svn commit: r442345 - head/devel/p5-ExtUtils-MakeMaker

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 23:51:23 UTC 2017


Author: sunpoet
Date: Thu Jun  1 23:51:22 2017
New Revision: 442345
URL: https://svnweb.freebsd.org/changeset/ports/442345

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-ExtUtils-MakeMaker/Makefile

Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/Makefile	Thu Jun  1 23:51:17 2017	(r442344)
+++ head/devel/p5-ExtUtils-MakeMaker/Makefile	Thu Jun  1 23:51:22 2017	(r442345)
@@ -18,17 +18,9 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest
-RUN_DEPENDS+=	p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest
-TEST_DEPENDS+=	p5-CPAN-Meta>=2.143240:devel/p5-CPAN-Meta
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e '/EXE_FILES/d; /my::bundles/d' ${WRKSRC}/Makefile.PL
 	@${REINPLACE_CMD} -e '/^bundled\//d' ${WRKSRC}/MANIFEST
 	@${RM} -r ${WRKSRC}/bundled/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list