svn commit: r476432 - head/lang/p5-List-MoreUtils-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:06:52 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:06:48 2018
New Revision: 476432
URL: https://svnweb.freebsd.org/changeset/ports/476432

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/lang/p5-List-MoreUtils-XS/Makefile

Modified: head/lang/p5-List-MoreUtils-XS/Makefile
==============================================================================
--- head/lang/p5-List-MoreUtils-XS/Makefile	Sun Aug  5 19:06:43 2018	(r476431)
+++ head/lang/p5-List-MoreUtils-XS/Makefile	Sun Aug  5 19:06:48 2018	(r476432)
@@ -16,14 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502401
-BUILD_DEPENDS+=	p5-XSLoader>=0.22:devel/p5-XSLoader
-RUN_DEPENDS+=	p5-XSLoader>=0.22:devel/p5-XSLoader
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list