diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 14:45:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-20 14:45:30 +0800 |
commit | 62b9a8f8558294896ec7ed4d6954f7c96d5b1bc9 (patch) | |
tree | 70dc55b536882976114126facb90319ac5d3cf37 | |
parent | f2932e76c640fafcde4db101f16450f66f75a22e (diff) | |
download | freebsd-ports-gnome-62b9a8f8558294896ec7ed4d6954f7c96d5b1bc9.tar.gz freebsd-ports-gnome-62b9a8f8558294896ec7ed4d6954f7c96d5b1bc9.tar.zst freebsd-ports-gnome-62b9a8f8558294896ec7ed4d6954f7c96d5b1bc9.zip |
- Add p5-Geo-Coder-Navteq 0.03
Geo::Coder::Navteq provides an interface to the geocoding functionality of the
Navteq MapTP AJAX API.
WWW: http://search.cpan.org/dist/Geo-Coder-Navteq/
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/Makefile | 34 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/pkg-descr | 4 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/pkg-plist | 7 |
5 files changed, 48 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0e379af65c97..7a2efbd76ac3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -407,6 +407,7 @@ SUBDIR += p5-Geo-Coder-Mapquest SUBDIR += p5-Geo-Coder-Multimap SUBDIR += p5-Geo-Coder-Multiple + SUBDIR += p5-Geo-Coder-Navteq SUBDIR += p5-Geo-Postcodes SUBDIR += p5-Geo-Postcodes-DK SUBDIR += p5-Geo-Postcodes-NO diff --git a/misc/p5-Geo-Coder-Navteq/Makefile b/misc/p5-Geo-Coder-Navteq/Makefile new file mode 100644 index 000000000000..5c5425bdbe5f --- /dev/null +++ b/misc/p5-Geo-Coder-Navteq/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Geo-Coder-Navteq +# Date created: 2011-10-13 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Coder-Navteq +PORTVERSION= 0.03 +CATEGORIES= misc geography perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Geocode addresses with the Navteq MapTP AJAX API + +BUILD_DEPENDS= p5-URI>=1.36:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-URI>=1.36:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Geo::Coder::Navteq.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Navteq/distinfo b/misc/p5-Geo-Coder-Navteq/distinfo new file mode 100644 index 000000000000..03744173df7a --- /dev/null +++ b/misc/p5-Geo-Coder-Navteq/distinfo @@ -0,0 +1,2 @@ +SHA256 (Geo-Coder-Navteq-0.03.tar.gz) = c68928e1c38abb4351771536660e23642a345cbd9131e588fd522fd6113c8856 +SIZE (Geo-Coder-Navteq-0.03.tar.gz) = 7155 diff --git a/misc/p5-Geo-Coder-Navteq/pkg-descr b/misc/p5-Geo-Coder-Navteq/pkg-descr new file mode 100644 index 000000000000..f8c4d5a017cb --- /dev/null +++ b/misc/p5-Geo-Coder-Navteq/pkg-descr @@ -0,0 +1,4 @@ +Geo::Coder::Navteq provides an interface to the geocoding functionality of the +Navteq MapTP AJAX API. + +WWW: http://search.cpan.org/dist/Geo-Coder-Navteq/ diff --git a/misc/p5-Geo-Coder-Navteq/pkg-plist b/misc/p5-Geo-Coder-Navteq/pkg-plist new file mode 100644 index 000000000000..f429e4ddcbf0 --- /dev/null +++ b/misc/p5-Geo-Coder-Navteq/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Geo/Coder/Navteq.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Navteq/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Navteq +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo/Coder +@dirrmtry %%SITE_PERL%%/Geo |