svn commit: r442354 - head/devel/p5-Test-Deep

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 23:52:09 UTC 2017


Author: sunpoet
Date: Thu Jun  1 23:52:08 2017
New Revision: 442354
URL: https://svnweb.freebsd.org/changeset/ports/442354

Log:
  Remove outdated PERL_LEVEL check

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

Modified: head/devel/p5-Test-Deep/Makefile
==============================================================================
--- head/devel/p5-Test-Deep/Makefile	Thu Jun  1 23:52:03 2017	(r442353)
+++ head/devel/p5-Test-Deep/Makefile	Thu Jun  1 23:52:08 2017	(r442354)
@@ -21,11 +21,4 @@ USE_PERL5=	configure
 post-patch:
 	@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-RUN_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