svn commit: r501408 - head/devel/p5-Alien-Build

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:37:04 UTC 2019


Author: sunpoet
Date: Sun May 12 16:37:01 2019
New Revision: 501408
URL: https://svnweb.freebsd.org/changeset/ports/501408

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Alien-Build/Makefile

Modified: head/devel/p5-Alien-Build/Makefile
==============================================================================
--- head/devel/p5-Alien-Build/Makefile	Sun May 12 16:36:56 2019	(r501407)
+++ head/devel/p5-Alien-Build/Makefile	Sun May 12 16:37:01 2019	(r501408)
@@ -29,11 +29,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
-RUN_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list