svn commit: r425557 - head/devel/p5-Test-DependentModules

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:51:02 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:51:01 2016
New Revision: 425557
URL: https://svnweb.freebsd.org/changeset/ports/425557

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test-DependentModules/Makefile

Modified: head/devel/p5-Test-DependentModules/Makefile
==============================================================================
--- head/devel/p5-Test-DependentModules/Makefile	Sun Nov  6 16:50:56 2016	(r425556)
+++ head/devel/p5-Test-DependentModules/Makefile	Sun Nov  6 16:51:01 2016	(r425557)
@@ -30,10 +30,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502000
-TEST_DEPENDS+=	p5-Module-Build>=0:devel/p5-Module-Build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list