diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-19 15:12:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-19 15:12:49 +0000 |
commit | a92226877b510bd81e0976cd0c12b20f6239220f (patch) | |
tree | dd5f3198fa6339704c9a0e09ffc33e99a8c47a31 /devel/p5-DateTime-Format-Epoch | |
parent | 47afd24d4a6fd682425e67059792f3053b138589 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch')
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 223e49f7668c..ce8630d16c58 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -6,13 +6,11 @@ # PORTNAME= DateTime-Format-Epoch -PORTVERSION= 0.08.01 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} - MAINTAINER= mat@FreeBSD.org COMMENT= Convert DateTimes to/from epoch seconds @@ -46,4 +44,10 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-DateTime-Format-Epoch/distinfo b/devel/p5-DateTime-Format-Epoch/distinfo index a7108345e041..02c4db0c1ec2 100644 --- a/devel/p5-DateTime-Format-Epoch/distinfo +++ b/devel/p5-DateTime-Format-Epoch/distinfo @@ -1,2 +1,2 @@ -MD5 (DateTime-Format-Epoch-0.0801.tar.gz) = dda88b1a8af623f40a800f5240df3416 -SIZE (DateTime-Format-Epoch-0.0801.tar.gz) = 17074 +MD5 (DateTime-Format-Epoch-0.09.tar.gz) = 6950d5ee3d4673ffd3f0603d053e58f3 +SIZE (DateTime-Format-Epoch-0.09.tar.gz) = 17489 |