diff options
author | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
commit | 75b6e3fc793815d03bc3729793ea811554d12340 (patch) | |
tree | 153c663f7188f7ab3aa7429f49cf75bbc7880b4f /devel/p5-DateTime-Format-Strptime | |
parent | 1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff) | |
download | freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.zst freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.zip |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'devel/p5-DateTime-Format-Strptime')
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index dd49a6c683da..f4f145adb367 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -7,12 +7,11 @@ PORTNAME= DateTime-Format-Strptime PORTVERSION= 1.07.00 +DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} PORTEPOCH= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DateTime +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Parse and format strp and strf time patterns |