diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 13:08:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-06 13:08:01 +0000 |
commit | 2f1942cee974440a332530dbc072fcac31b71cf0 (patch) | |
tree | d46a8f684e68f999a472a195e1421d405417a34a /misc/p5-File-CounterFile/Makefile | |
parent | e056005fa626467ef3b34657b804f1eda3f7a6bd (diff) | |
download | freebsd-ports-2f1942cee974440a332530dbc072fcac31b71cf0.zip |
Update to 1.00.
Add WWW:.
Reset maintainer to ports@ (bounce).
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52327
Diffstat (limited to 'misc/p5-File-CounterFile/Makefile')
-rw-r--r-- | misc/p5-File-CounterFile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile index 156e43585cd7..e216569d0840 100644 --- a/misc/p5-File-CounterFile/Makefile +++ b/misc/p5-File-CounterFile/Makefile @@ -6,18 +6,17 @@ # PORTNAME= File-CounterFile -PORTVERSION= 0.12 +PORTVERSION= 1.00 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= wchao@isi.edu +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for persistent counter class PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= File::CounterFile.3 .include <bsd.port.mk> |