svn commit: r442348 - head/devel/p5-Module-Build
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 1 23:51:38 UTC 2017
Author: sunpoet
Date: Thu Jun 1 23:51:37 2017
New Revision: 442348
URL: https://svnweb.freebsd.org/changeset/ports/442348
Log:
Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-Module-Build/Makefile
Modified: head/devel/p5-Module-Build/Makefile
==============================================================================
--- head/devel/p5-Module-Build/Makefile Thu Jun 1 23:51:32 2017 (r442347)
+++ head/devel/p5-Module-Build/Makefile Thu Jun 1 23:51:37 2017 (r442348)
@@ -27,16 +27,9 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502105
-BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta
-RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta
-.endif
-
post-patch:
@${RM} ${WRKSRC}/bin/config_data
@${REINPLACE_CMD} -e '/script_files/d' ${WRKSRC}/Build.PL
@${REINPLACE_CMD} -e '/^bin\/config_data/d' ${WRKSRC}/MANIFEST
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list