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

Andrej Zverev az at FreeBSD.org
Fri May 24 08:42:16 UTC 2013


Author: az
Date: Fri May 24 08:42:15 2013
New Revision: 318930
URL: http://svnweb.freebsd.org/changeset/ports/318930

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/databases/p5-DBIx-Class-Schema-Loader/Makefile   (contents, props changed)

Modified: head/databases/p5-DBIx-Class-Schema-Loader/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Schema-Loader/Makefile	Fri May 24 08:37:48 2013	(r318929)
+++ head/databases/p5-DBIx-Class-Schema-Loader/Makefile	Fri May 24 08:42:15 2013	(r318930)
@@ -108,10 +108,4 @@ USE_PGSQL=	yes
 USE_SQLITE=	yes
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list