Date: Thu, 1 Jun 2017 23:51:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442348 - head/devel/p5-Module-Build Message-ID: <201706012351.v51NpbCP007871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706012351.v51NpbCP007871>