svn commit: r442426 - head/devel/p5-Test-Warnings

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:13:37 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:13:34 2017
New Revision: 442426
URL: https://svnweb.freebsd.org/changeset/ports/442426

Log:
  Remove outdated PERL_LEVEL check

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

Modified: head/devel/p5-Test-Warnings/Makefile
==============================================================================
--- head/devel/p5-Test-Warnings/Makefile	Fri Jun  2 18:13:29 2017	(r442425)
+++ head/devel/p5-Test-Warnings/Makefile	Fri Jun  2 18:13:34 2017	(r442426)
@@ -22,10 +22,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list