mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Geo-Postcodes-DK 0.02, danish postcodes with associated
information. PR: ports/100550 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
638ef165ac
commit
48548457ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168368
@ -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
|
||||
|
24
misc/p5-Geo-Postcodes-DK/Makefile
Normal file
24
misc/p5-Geo-Postcodes-DK/Makefile
Normal file
@ -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>
|
3
misc/p5-Geo-Postcodes-DK/distinfo
Normal file
3
misc/p5-Geo-Postcodes-DK/distinfo
Normal file
@ -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
|
5
misc/p5-Geo-Postcodes-DK/pkg-descr
Normal file
5
misc/p5-Geo-Postcodes-DK/pkg-descr
Normal file
@ -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/
|
8
misc/p5-Geo-Postcodes-DK/pkg-plist
Normal file
8
misc/p5-Geo-Postcodes-DK/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user