diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-25 22:12:41 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-25 22:12:41 +0800 |
commit | 206bae2a73985af568c9a1a17870b847321ee349 (patch) | |
tree | e3bd54d3ad91a5edf7af75a817ef475f4d71a022 /misc/p5-Geo-Postcodes/Makefile | |
parent | 6bca0b3e53e9b564afd2c30ebf45c99352d0d9bd (diff) | |
download | freebsd-ports-gnome-206bae2a73985af568c9a1a17870b847321ee349.tar.gz freebsd-ports-gnome-206bae2a73985af568c9a1a17870b847321ee349.tar.zst freebsd-ports-gnome-206bae2a73985af568c9a1a17870b847321ee349.zip |
- Update to 0.31
- Transfer maintainership to perl@
PR: ports/103573
Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'misc/p5-Geo-Postcodes/Makefile')
-rw-r--r-- | misc/p5-Geo-Postcodes/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile index 46fd0b58c7d2..d669bb2aa007 100644 --- a/misc/p5-Geo-Postcodes/Makefile +++ b/misc/p5-Geo-Postcodes/Makefile @@ -6,18 +6,20 @@ # PORTNAME= Geo-Postcodes -PORTVERSION= 0.10 +PORTVERSION= 0.31 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Base class for the Geo::Postcodes::XX modules PERL_CONFIGURE= yes -MAN3= Geo::Postcodes.3 +MAN3= Geo::Postcodes.3 Geo::Postcodes::Selection.3 \ + Geo::Postcodes::Subclass.3 Geo::Postcodes::Tutorial.3 \ + Geo::Postcodes::Update.3 .include <bsd.port.pre.mk> |