diff options
author | daichi <daichi@FreeBSD.org> | 2003-10-15 08:02:29 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-10-15 08:02:29 +0000 |
commit | 9a45af635faeb66a04899b43f2dc7f36e9da76ac (patch) | |
tree | 357b924a067e87f34bb2066771fc64b7f1f10ca5 /devel/p5-Date-Manip/Makefile | |
parent | e3f3c92272113e1b6556716c9764aba992afdd80 (diff) | |
download | FreeBSD-ports-9a45af635faeb66a04899b43f2dc7f36e9da76ac.zip FreeBSD-ports-9a45af635faeb66a04899b43f2dc7f36e9da76ac.tar.gz |
update devel/p5-Date-Manip: 5.42 -> 5.42a
- Update port, grab maintainership.
PR: 58040
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'devel/p5-Date-Manip/Makefile')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index 44cef7a..0a2e947 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -6,19 +6,18 @@ # PORTNAME= Date-Manip -PORTVERSION= 5.42 +PORTVERSION= 5.42a CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Date PKGNAMEPREFIX= p5- DISTNAME= DateManip-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@dragon2.net COMMENT= Perl5 module containing date manipulation routines PERL_CONFIGURE= YES MAN3= Date::Manip.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |