Date: Mon, 5 Jun 2017 23:24:02 +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: r442694 - head/databases/p5-DBIx-Class-Schema-Loader Message-ID: <201706052324.v55NO2AJ062253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 5 23:24:02 2017 New Revision: 442694 URL: https://svnweb.freebsd.org/changeset/ports/442694 Log: Remove outdated PERL_LEVEL check - While I'm here, move *_DEPENDS together With hat: perl Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-Loader/Makefile Mon Jun 5 23:23:57 2017 (r442693) +++ head/databases/p5-DBIx-Class-Schema-Loader/Makefile Mon Jun 5 23:24:02 2017 (r442694) @@ -30,6 +30,7 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-String-ToIdentifier-EN>=0.05:textproc/p5-String-ToIdentifier-EN \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-namespace-clean>=0.20:devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Config-General>=0:devel/p5-Config-General \ p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ p5-DBIx-Class-IntrospectableM2M>=0:databases/p5-DBIx-Class-IntrospectableM2M \ @@ -50,12 +51,4 @@ MYSQL_USE= MYSQL=yes PGSQL_USES= pgsql SQLITE_USES= sqlite -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.40:lang/p5-Scalar-List-Utils -.endif - -RUN_DEPENDS:= ${BUILD_DEPENDS} - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706052324.v55NO2AJ062253>