Date: Wed, 29 May 2019 18:37:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503004 - head/databases/p5-Exception-Class-DBI Message-ID: <201905291837.x4TIbqnQ069737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 29 18:37:52 2019 New Revision: 503004 URL: https://svnweb.freebsd.org/changeset/ports/503004 Log: Add BUILD_DEPENDS - Sort *_DEPENDS - Add NO_ARCH - Pet portlint: - Reorder LICENSE knobs - Move LICENSE upward Modified: head/databases/p5-Exception-Class-DBI/Makefile Modified: head/databases/p5-Exception-Class-DBI/Makefile ============================================================================== --- head/databases/p5-Exception-Class-DBI/Makefile Wed May 29 18:37:47 2019 (r503003) +++ head/databases/p5-Exception-Class-DBI/Makefile Wed May 29 18:37:52 2019 (r503004) @@ -10,13 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI Exception objects -RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \ - p5-DBI>=0:databases/p5-DBI - -LICENSE_COMB= dual LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-Exception-Class>=0:devel/p5-Exception-Class + USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905291837.x4TIbqnQ069737>