aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Extract
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-08 10:33:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-08 10:33:49 +0000
commit4e02ffba93c22d7f97f843dd922716976e87ee3a (patch)
tree66744533cbd5aa9ca05194ffe0516eab934b1f8e /archivers/p5-Archive-Extract
parentd46c6335c70c25df8ff9eacbda0cc4fb8b8cf5c0 (diff)
downloadports-4e02ffba93c22d7f97f843dd922716976e87ee3a.tar.gz
ports-4e02ffba93c22d7f97f843dd922716976e87ee3a.zip
Fix *_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=438001
Diffstat (limited to 'archivers/p5-Archive-Extract')
-rw-r--r--archivers/p5-Archive-Extract/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile
index 1526474f3055..57c0e67d81df 100644
--- a/archivers/p5-Archive-Extract/Makefile
+++ b/archivers/p5-Archive-Extract/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Archive-Extract
PORTVERSION= 0.80
+PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,4 +18,11 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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>