1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix *_DEPENDS

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-08 10:33:49 +00:00
parent d46c6335c7
commit 4e02ffba93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438001

View File

@ -3,6 +3,7 @@
PORTNAME= Archive-Extract PORTNAME= Archive-Extract
PORTVERSION= 0.80 PORTVERSION= 0.80
PORTREVISION= 1
CATEGORIES= archivers perl5 CATEGORIES= archivers perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -17,4 +18,11 @@ NO_ARCH= yes
USES= perl5 USES= perl5
USE_PERL5= configure 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>