diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-21 13:44:47 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-21 13:44:47 +0000 |
commit | db9e1bb5258bf2baabc41f9e6e1315c2e1471014 (patch) | |
tree | f29ad6bfb726fa350da20c761e713f3bee8d7f45 /misc | |
parent | 81907a15e8f4cf440b7634151e17f033edad49a9 (diff) | |
download | FreeBSD-ports-db9e1bb5258bf2baabc41f9e6e1315c2e1471014.zip FreeBSD-ports-db9e1bb5258bf2baabc41f9e6e1315c2e1471014.tar.gz |
Add p5-Geo-Postcodes-DK 0.02, danish postcodes with associated
information.
PR: ports/100550
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-DK/Makefile | 24 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes-DK/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes-DK/pkg-descr | 5 | ||||
-rw-r--r-- | misc/p5-Geo-Postcodes-DK/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 50d1e74..16aab82 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -352,6 +352,7 @@ SUBDIR += p5-File-Sort SUBDIR += p5-Geo-Cache SUBDIR += p5-Geo-Postcodes + SUBDIR += p5-Geo-Postcodes-DK SUBDIR += p5-Geo-Weather SUBDIR += p5-Geography-Countries SUBDIR += p5-I18N-Charset diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile new file mode 100644 index 0000000..72a7380 --- /dev/null +++ b/misc/p5-Geo-Postcodes-DK/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Geo-Postcodes-DK +# Date created: 2006-07-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Postcodes-DK +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Danish postcodes with associated information + +RUN_DEPENDS= ${SITE_PERL}/Geo/Postcodes.pm:${PORTSDIR}/misc/p5-Geo-Postcodes + +PERL_CONFIGURE= yes + +MAN3= Geo::Postcodes::DK.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geo-Postcodes-DK/distinfo b/misc/p5-Geo-Postcodes-DK/distinfo new file mode 100644 index 0000000..020de34 --- /dev/null +++ b/misc/p5-Geo-Postcodes-DK/distinfo @@ -0,0 +1,3 @@ +MD5 (Geo-Postcodes-DK-0.02.tar.gz) = e2bc315c64aad742e1c4b6cf4aec51d4 +SHA256 (Geo-Postcodes-DK-0.02.tar.gz) = 02a310412b437ceb7e694753c2cb4b5c85d49b823b1c7c409111e6af6102f8e6 +SIZE (Geo-Postcodes-DK-0.02.tar.gz) = 21941 diff --git a/misc/p5-Geo-Postcodes-DK/pkg-descr b/misc/p5-Geo-Postcodes-DK/pkg-descr new file mode 100644 index 0000000..764e085 --- /dev/null +++ b/misc/p5-Geo-Postcodes-DK/pkg-descr @@ -0,0 +1,5 @@ +Tired og entering the postal name all the time? This is not necessary, +as it is uniquely defined from the postcode. Request the postcode +only, and use this library to get the postal name. + +WWW: http://search.cpan.org/dist/Geo-Postcodes-DK/ diff --git a/misc/p5-Geo-Postcodes-DK/pkg-plist b/misc/p5-Geo-Postcodes-DK/pkg-plist new file mode 100644 index 0000000..45bbeda --- /dev/null +++ b/misc/p5-Geo-Postcodes-DK/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK/.packlist +%%SITE_PERL%%/Geo/Postcodes/DK.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/DK +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo/Postcodes +@dirrmtry %%SITE_PERL%%/Geo |