svn commit: r501400 - head/devel/p5-FFI-Platypus

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-FFI-Platypus/Makefile

Modified: head/devel/p5-FFI-Platypus/Makefile
==============================================================================
--- head/devel/p5-FFI-Platypus/Makefile	Sun May 12 16:36:16 2019	(r501399)
+++ head/devel/p5-FFI-Platypus/Makefile	Sun May 12 16:36:21 2019	(r501400)
@@ -22,17 +22,8 @@ RUN_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny 
 USES=		gmake perl5 pkgconfig
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502600
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker \
-		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker \
-		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/FFI/Platypus/Platypus.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/share/dist/FFI-Platypus/lib/libplfill.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list