svn commit: r501398 - head/devel/p5-Devel-MAT

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


Author: sunpoet
Date: Sun May 12 16:36:11 2019
New Revision: 501398
URL: https://svnweb.freebsd.org/changeset/ports/501398

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Devel-MAT/Makefile

Modified: head/devel/p5-Devel-MAT/Makefile
==============================================================================
--- head/devel/p5-Devel-MAT/Makefile	Sun May 12 16:36:06 2019	(r501397)
+++ head/devel/p5-Devel-MAT/Makefile	Sun May 12 16:36:11 2019	(r501398)
@@ -33,11 +33,4 @@ USE_PERL5=	modbuild
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list