svn commit: r442314 - head/devel/p5-Inline-C

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 19:58:08 UTC 2017


Author: sunpoet
Date: Thu Jun  1 19:58:06 2017
New Revision: 442314
URL: https://svnweb.freebsd.org/changeset/ports/442314

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Inline-C/Makefile

Modified: head/devel/p5-Inline-C/Makefile
==============================================================================
--- head/devel/p5-Inline-C/Makefile	Thu Jun  1 19:58:01 2017	(r442313)
+++ head/devel/p5-Inline-C/Makefile	Thu Jun  1 19:58:06 2017	(r442314)
@@ -28,11 +28,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list