svn commit: r442694 - head/databases/p5-DBIx-Class-Schema-Loader

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:24:03 UTC 2017


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>


More information about the svn-ports-all mailing list