svn commit: r425563 - head/devel/p5-Types-Core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:51:31 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:51:29 2016
New Revision: 425563
URL: https://svnweb.freebsd.org/changeset/ports/425563

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Types-Core/Makefile

Modified: head/devel/p5-Types-Core/Makefile
==============================================================================
--- head/devel/p5-Types-Core/Makefile	Sun Nov  6 16:51:24 2016	(r425562)
+++ head/devel/p5-Types-Core/Makefile	Sun Nov  6 16:51:29 2016	(r425563)
@@ -22,10 +22,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list