diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:44:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:44:47 +0000 |
commit | 48548457ea194b1e9d64861114d6eda11822ffbd (patch) | |
tree | e29518d1be92554aeab55889d809ef6e409db011 /misc | |
parent | 638ef165aca917f9a15f229acc5cf7056ce61796 (diff) | |
download | ports-48548457ea194b1e9d64861114d6eda11822ffbd.tar.gz ports-48548457ea194b1e9d64861114d6eda11822ffbd.zip |
Notes
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 50d1e74f82f0..16aab828674d 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 000000000000..72a7380cf9cd --- /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 000000000000..020de3407ec0 --- /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 000000000000..764e08539524 --- /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 000000000000..45bbeda1caab --- /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 |