svn commit: r413825 - head/devel/p5-Module-Release

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:47:55 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:47:53 2016
New Revision: 413825
URL: https://svnweb.freebsd.org/changeset/ports/413825

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Module-Release/Makefile

Modified: head/devel/p5-Module-Release/Makefile
==============================================================================
--- head/devel/p5-Module-Release/Makefile	Sat Apr 23 06:47:49 2016	(r413824)
+++ head/devel/p5-Module-Release/Makefile	Sat Apr 23 06:47:53 2016	(r413825)
@@ -30,10 +30,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list