Add p5-Geo-Postcodes-NO 0.02, norwegian postcodes with associated
information. PR: ports/100553 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
48548457ea
commit
92ca771eff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168370
5 changed files with 46 additions and 0 deletions
|
@ -353,6 +353,7 @@
|
|||
SUBDIR += p5-Geo-Cache
|
||||
SUBDIR += p5-Geo-Postcodes
|
||||
SUBDIR += p5-Geo-Postcodes-DK
|
||||
SUBDIR += p5-Geo-Postcodes-NO
|
||||
SUBDIR += p5-Geo-Weather
|
||||
SUBDIR += p5-Geography-Countries
|
||||
SUBDIR += p5-I18N-Charset
|
||||
|
|
24
misc/p5-Geo-Postcodes-NO/Makefile
Normal file
24
misc/p5-Geo-Postcodes-NO/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-Geo-Postcodes-NO
|
||||
# Date created: 2006-07-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Postcodes-NO
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Geo
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Norwegian postcodes with associated information
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Geo/Postcodes.pm:${PORTSDIR}/misc/p5-Geo-Postcodes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::Postcodes::NO.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-Geo-Postcodes-NO/distinfo
Normal file
3
misc/p5-Geo-Postcodes-NO/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Geo-Postcodes-NO-0.02.tar.gz) = 176877c3a3a6ea0a624f536cc6f174a3
|
||||
SHA256 (Geo-Postcodes-NO-0.02.tar.gz) = 9121d5df04487fafbbe28d3923d30e6f39333c1473291ce96a5c9f0723bdf4e6
|
||||
SIZE (Geo-Postcodes-NO-0.02.tar.gz) = 62439
|
10
misc/p5-Geo-Postcodes-NO/pkg-descr
Normal file
10
misc/p5-Geo-Postcodes-NO/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Tired of entering the postal location 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.
|
||||
|
||||
The library can also tell you in which borough by name or number and
|
||||
county by name the postcode is located. The borough number can be
|
||||
handy, as it is used when reporting wages and tax to the Norwegian Tax
|
||||
Administration.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-Postcodes-NO/
|
8
misc/p5-Geo-Postcodes-NO/pkg-plist
Normal file
8
misc/p5-Geo-Postcodes-NO/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO/.packlist
|
||||
%%SITE_PERL%%/Geo/Postcodes/NO.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Postcodes/NO
|
||||
@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 a new issue