svn commit: r501407 - head/archivers/p5-Archive-Extract
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 12 16:37:02 UTC 2019
Author: sunpoet
Date: Sun May 12 16:36:56 2019
New Revision: 501407
URL: https://svnweb.freebsd.org/changeset/ports/501407
Log:
Remove outdated PERL_LEVEL check
Modified:
head/archivers/p5-Archive-Extract/Makefile
Modified: head/archivers/p5-Archive-Extract/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract/Makefile Sun May 12 16:36:51 2019 (r501406)
+++ head/archivers/p5-Archive-Extract/Makefile Sun May 12 16:36:56 2019 (r501407)
@@ -14,15 +14,9 @@ COMMENT= Generic archive extracting mechanism
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
+NO_ARCH= yes
-.if ${PERL_LEVEL} < 502504
-BUILD_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-RUN_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list