diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-07-13 15:06:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-07-13 15:06:12 +0000 |
commit | bb82ab92cdbd0dcb675d639f6f16dc3ae37b13a2 (patch) | |
tree | 5c54451fb625fd0d3d0f9ec7f588d9af4daf4abf /devel/p5-DateTime-Format-MySQL/Makefile | |
parent | 1f4a4c30a463ea180239d2874ea47eedd8d2a8d2 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-MySQL/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index 4e3086496cb4..0451bd4c642f 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -6,12 +6,13 @@ # PORTNAME= DateTime-Format-MySQL -PORTVERSION= 0.03 +PORTVERSION= 0.03.01 PORTREVISION= 1 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= Parse and format MySQL dates and times |