svn commit: r442349 - head/devel/p5-Moo

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


Author: sunpoet
Date: Thu Jun  1 23:51:42 2017
New Revision: 442349
URL: https://svnweb.freebsd.org/changeset/ports/442349

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Moo/Makefile

Modified: head/devel/p5-Moo/Makefile
==============================================================================
--- head/devel/p5-Moo/Makefile	Thu Jun  1 23:51:37 2017	(r442348)
+++ head/devel/p5-Moo/Makefile	Thu Jun  1 23:51:42 2017	(r442349)
@@ -32,11 +32,4 @@ USE_PERL5=	configure
 XS_BUILD_DEPENDS=	p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor
 XS_RUN_DEPENDS=		${XS_BUILD_DEPENDS}
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS}
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list