diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-11-23 12:44:41 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2010-11-23 12:44:41 +0000 |
commit | 75bab6302c18400f3b7aba38fa3d4f986d7c0565 (patch) | |
tree | 79cee4cb3b6a8ffc0bb950d868025e62e15b7934 /devel/p5-DateTime-TimeZone | |
parent | 611fb9cfea35f67f420033042dc3bd4d30533eaf (diff) |
- Add missing perl module (p5-Class-Load)
- Bump PORTREVISION
Notified by: kuriyama@
Notes
Notes:
svn path=/head/; revision=264997
Diffstat (limited to 'devel/p5-DateTime-TimeZone')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 2e09a264d621..ce039a6271e7 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-TimeZone PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Time zone object base class and factory -RUN_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ +RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \ + p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} |