diff options
author | jadawin <jadawin@FreeBSD.org> | 2010-12-01 22:53:38 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2010-12-01 22:53:38 +0800 |
commit | 7658a7c0bbb0afa731655ce863db485f4239a318 (patch) | |
tree | 2b2eec1b9e60f3d41fff31104a8f73ffebeddafd /devel | |
parent | 224069db176c729d5b94cb0158f5489c12557797 (diff) | |
download | freebsd-ports-gnome-7658a7c0bbb0afa731655ce863db485f4239a318.tar.gz freebsd-ports-gnome-7658a7c0bbb0afa731655ce863db485f4239a318.tar.zst freebsd-ports-gnome-7658a7c0bbb0afa731655ce863db485f4239a318.zip |
- Add missing dependency (deve/p5-parent)
- Bump PORTREVISION
PR: ports/152649
Submitted by: Panagiotis Christias <p.christias AT noc.ntua.gr>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index ce039a6271e7..84e39512e934 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -7,7 +7,7 @@ PORTNAME= DateTime-TimeZone PORTVERSION= 1.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -43,4 +43,8 @@ post-install: RUN_DEPENDS+= p5-PathTools>=3:${PORTSDIR}/devel/p5-PathTools .endif +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-parent>=0.223:${PORTSDIR}/devel/p5-parent +.endif + .include <bsd.port.post.mk> |