diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
commit | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch) | |
tree | bba44484f7b230fd6b557cc34a841c889282242a /devel/p5-DateTime-Format-ISO8601 | |
parent | ff334859ab3a3bf4271f7fce3a419dc3c28772be (diff) | |
download | ports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.tar.gz ports-d1850a3d8ce1023f97814bd5db8642bfc8e695e0.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-ISO8601')
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile index 1ef6d324ee87..64b002d37f1d 100644 --- a/devel/p5-DateTime-Format-ISO8601/Makefile +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -8,8 +8,7 @@ PORTNAME= DateTime-Format-ISO8601 PORTVERSION= 0.06 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DateTime +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -23,12 +22,4 @@ PERL_MODBUILD= yes MAN3= DateTime::Format::ISO8601.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ - ${WRKSRC}/lib/DateTime/Format/ISO8601.pm ${WRKSRC}/t/*.t -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |