diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-20 06:45:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-20 06:45:30 +0000 |
commit | 68aecc19c2e8d426600ea6cccd501f52eeb6d057 (patch) | |
tree | 3b0cf96f9f6f77e8dbb321cd733c6d6c2069ada0 /misc/p5-Geo-Coder-Navteq | |
parent | c70fe701d66d5ce9f830dc68b1e619fc3e215757 (diff) |
Notes
Diffstat (limited to 'misc/p5-Geo-Coder-Navteq')
-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 |
4 files changed, 47 insertions, 0 deletions
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 |