svn commit: r550799 - head/devel/p5-Alien-Build
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 1 08:05:10 UTC 2020
Author: sunpoet
Date: Thu Oct 1 08:05:05 2020
New Revision: 550799
URL: https://svnweb.freebsd.org/changeset/ports/550799
Log:
Remove outdated PERL_LEVEL check after lang/perl5.26 removal
Modified:
head/devel/p5-Alien-Build/Makefile
Modified: head/devel/p5-Alien-Build/Makefile
==============================================================================
--- head/devel/p5-Alien-Build/Makefile Thu Oct 1 08:05:00 2020 (r550798)
+++ head/devel/p5-Alien-Build/Makefile Thu Oct 1 08:05:05 2020 (r550799)
@@ -29,11 +29,4 @@ USE_PERL5= configure
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502800
-BUILD_DEPENDS+= p5-Test-Simple>=1.302096:devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=1.302096:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list