svn commit: r476447 - head/devel/p5-Params-Classify
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 5 19:08:09 UTC 2018
Author: sunpoet
Date: Sun Aug 5 19:08:08 2018
New Revision: 476447
URL: https://svnweb.freebsd.org/changeset/ports/476447
Log:
Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-Params-Classify/Makefile
Modified: head/devel/p5-Params-Classify/Makefile
==============================================================================
--- head/devel/p5-Params-Classify/Makefile Sun Aug 5 19:08:03 2018 (r476446)
+++ head/devel/p5-Params-Classify/Makefile Sun Aug 5 19:08:08 2018 (r476447)
@@ -18,13 +18,7 @@ BUILD_DEPENDS= p5-Devel-CallChecker>=0.003:devel/p5-De
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.30:devel/p5-ExtUtils-ParseXS
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Params/Classify/Classify.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list