diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-19 08:00:52 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-19 08:00:52 +0000 |
commit | b4bc55d7ad9787214c5daa8a888ef4693d250546 (patch) | |
tree | cee4d03112fd03febfb0d9f13ea82eb11a8e42bd /misc | |
parent | e157e4b63ea2baace41056e2f45f776b29fc1563 (diff) | |
download | FreeBSD-ports-b4bc55d7ad9787214c5daa8a888ef4693d250546.zip FreeBSD-ports-b4bc55d7ad9787214c5daa8a888ef4693d250546.tar.gz |
Add p5-Geo-Postcodes 0.02, base class for the Geo::Postcodes::XX
modules.
PR: ports/100512
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes/Makefile | 22 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes/pkg-descr | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes/pkg-plist | 8 |
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 81ffc95..50d1e74 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -351,6 +351,7 @@ SUBDIR += p5-File-CounterFile SUBDIR += p5-File-Sort SUBDIR += p5-Geo-Cache + SUBDIR += p5-Geo-Postcodes SUBDIR += p5-Geo-Weather SUBDIR += p5-Geography-Countries SUBDIR += p5-I18N-Charset diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile new file mode 100644 index 0000000..cc0601d --- /dev/null +++ b/misc/p5-Geo-Postcodes/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Geo-Postcodes +# Date created: 2006-07-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Postcodes +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Base class for the Geo::Postcodes::XX modules + +PERL_CONFIGURE= yes + +MAN3= Geo::Postcodes.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Postcodes/distinfo b/misc/p5-Geo-Postcodes/distinfo new file mode 100644 index 0000000..f6387ad --- /dev/null +++ b/misc/p5-Geo-Postcodes/distinfo @@ -0,0 +1,3 @@ +MD5 (Geo-Postcodes-0.02.tar.gz) = 225085358e25daaa85189c46ef3e31dd +SHA256 (Geo-Postcodes-0.02.tar.gz) = ce4a3531482d79fe49be4f9805542b13f5d09327fa8a665973e527a81541894b +SIZE (Geo-Postcodes-0.02.tar.gz) = 4719 diff --git a/misc/p5-Geo-Postcodes/pkg-descr b/misc/p5-Geo-Postcodes/pkg-descr new file mode 100644 index 0000000..f9a776b --- /dev/null +++ b/misc/p5-Geo-Postcodes/pkg-descr @@ -0,0 +1,3 @@ +This is the base class for the Geo::Postcodes::XX modules. + +WWW: http://search.cpan.org/~arne/Geo-Postcodes-0.02/ diff --git a/misc/p5-Geo-Postcodes/pkg-plist b/misc/p5-Geo-Postcodes/pkg-plist new file mode 100644 index 0000000..775cd9d --- /dev/null +++ b/misc/p5-Geo-Postcodes/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/.packlist +%%SITE_PERL%%/Geo/Postcodes.pm +%%SITE_PERL%%/Geo/Postcodes/Update.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo/Postcodes +@dirrmtry %%SITE_PERL%%/Geo |