diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-09-09 10:34:08 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-09-09 10:34:08 +0000 |
commit | 1c29492b745acbc940a4a69c996643c64b251023 (patch) | |
tree | 9ad58bdfb1f4950bcf78228edfec0239a43d3fa2 /devel/p5-DateTime-Format-Pg | |
parent | 54721516678119369ab758c3208e490f5245638e (diff) | |
download | ports-1c29492b745acbc940a4a69c996643c64b251023.tar.gz ports-1c29492b745acbc940a4a69c996643c64b251023.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Pg')
-rw-r--r-- | devel/p5-DateTime-Format-Pg/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Pg/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-DateTime-Format-Pg/Makefile b/devel/p5-DateTime-Format-Pg/Makefile index 3123946ffa43..0fe9ac437cb7 100644 --- a/devel/p5-DateTime-Format-Pg/Makefile +++ b/devel/p5-DateTime-Format-Pg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Format-Pg -PORTVERSION= 0.16.005 +PORTVERSION= 0.16.006 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(...)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format PostgreSQL dates and times -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder -BUILD_DEPENDS= ${RUN_DEPENDS} +COMMON_DEPENDS= p5-DateTime>=0.10:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0.05:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-DateTime-Format-Builder>=0.72:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-Pg/distinfo b/devel/p5-DateTime-Format-Pg/distinfo index 0704c22825ac..d1d64e64011a 100644 --- a/devel/p5-DateTime-Format-Pg/distinfo +++ b/devel/p5-DateTime-Format-Pg/distinfo @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Pg-0.16005.tar.gz) = ad109096f615595527c0eb193ead76bbcc5002bf071bc42a2d7db2e1d3119c22 -SIZE (DateTime-Format-Pg-0.16005.tar.gz) = 36656 +SHA256 (DateTime-Format-Pg-0.16006.tar.gz) = 47129f24b089c5469adb2f22b06d1095631927c0aa027b814d63fb2342472098 +SIZE (DateTime-Format-Pg-0.16006.tar.gz) = 37232 |