svn commit: r501414 - head/devel/p5-Test-Moose-More

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:37:38 UTC 2019


Author: sunpoet
Date: Sun May 12 16:37:32 2019
New Revision: 501414
URL: https://svnweb.freebsd.org/changeset/ports/501414

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test-Moose-More/Makefile

Modified: head/devel/p5-Test-Moose-More/Makefile
==============================================================================
--- head/devel/p5-Test-Moose-More/Makefile	Sun May 12 16:37:27 2019	(r501413)
+++ head/devel/p5-Test-Moose-More/Makefile	Sun May 12 16:37:32 2019	(r501414)
@@ -27,10 +27,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502501
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list