diff options
author | swills <swills@FreeBSD.org> | 2012-02-19 22:37:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-19 22:37:16 +0800 |
commit | 95e986ec715455e6763427a41502939cddcdd1da (patch) | |
tree | 4b93649efda71d99e0976d00fd26cc48f8515880 /devel | |
parent | 1343927e1854ae76a4fed3b5cba551f870eeadc8 (diff) | |
download | freebsd-ports-gnome-95e986ec715455e6763427a41502939cddcdd1da.tar.gz freebsd-ports-gnome-95e986ec715455e6763427a41502939cddcdd1da.tar.zst freebsd-ports-gnome-95e986ec715455e6763427a41502939cddcdd1da.zip |
- Add missing BUILD_DEPENDS/RUN_DEPENDS
- Bump PORTREVISION
PR: ports/165107
Submitted by: swills (myself)
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Util-Calc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Util-Calc/Makefile b/devel/p5-DateTime-Util-Calc/Makefile index 38245200a2d6..b268642a35a6 100644 --- a/devel/p5-DateTime-Util-Calc/Makefile +++ b/devel/p5-DateTime-Util-Calc/Makefile @@ -7,7 +7,7 @@ PORTNAME= DateTime-Util-Calc PORTVERSION= 0.13002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= DateTime Calculation Utilities -BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |