mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- add Geo::Coder::Google 0.03
Geo::Coder::Google provides a geocoding functionality using Google Maps API. WWW: http://search.cpan.org/dist/Geo-Coder-Google/
This commit is contained in:
parent
fc5805c46b
commit
0203496268
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222522
@ -408,6 +408,7 @@
|
||||
SUBDIR += p5-File-CounterFile
|
||||
SUBDIR += p5-File-Sort
|
||||
SUBDIR += p5-Geo-Cache
|
||||
SUBDIR += p5-Geo-Coder-Google
|
||||
SUBDIR += p5-Geo-Postcodes
|
||||
SUBDIR += p5-Geo-Postcodes-DK
|
||||
SUBDIR += p5-Geo-Postcodes-NO
|
||||
|
35
misc/p5-Geo-Coder-Google/Makefile
Normal file
35
misc/p5-Geo-Coder-Google/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: Geo-Coder-Google
|
||||
# Date created: 2008-11-06
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Coder-Google
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= misc perl5 geography
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= Google Maps Geocoding API
|
||||
|
||||
RUN_DEPENDS= p5-YAML-Syck>=0.1:${PORTSDIR}/textproc/p5-YAML-Syck \
|
||||
p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Geo::Coder::Google.3
|
||||
|
||||
# The coordinates can be updated by anyone. It might change again in the future.
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-122.397323/-122.397711/' ${WRKSRC}/t/01_live.t
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
misc/p5-Geo-Coder-Google/distinfo
Normal file
3
misc/p5-Geo-Coder-Google/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Geo-Coder-Google-0.03.tar.gz) = d10c3b978d7c0a83306126363fec5eb5
|
||||
SHA256 (Geo-Coder-Google-0.03.tar.gz) = 2e2cdb1e14eceadb22fd0b13f7bb46122b079503d7f13674db7b8214af46ba74
|
||||
SIZE (Geo-Coder-Google-0.03.tar.gz) = 3574
|
3
misc/p5-Geo-Coder-Google/pkg-descr
Normal file
3
misc/p5-Geo-Coder-Google/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Geo::Coder::Google provides a geocoding functionality using Google Maps API.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-Coder-Google/
|
7
misc/p5-Geo-Coder-Google/pkg-plist
Normal file
7
misc/p5-Geo-Coder-Google/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Geo/Coder/Google.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Coder
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in New Issue
Block a user