2013-06-13 13:52:22 +02:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2008-11-07 22:51:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Geo-Coder-Google
|
2014-01-23 04:27:19 +01:00
|
|
|
PORTVERSION= 0.14
|
2011-11-26 04:08:03 +01:00
|
|
|
CATEGORIES= misc geography perl5
|
2008-11-07 22:51:14 +01:00
|
|
|
MASTER_SITES= CPAN
|
2011-11-26 04:08:03 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ARCANEZ
|
2008-11-07 22:51:14 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-10-30 09:37:29 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2008-11-07 22:51:14 +01:00
|
|
|
COMMENT= Google Maps Geocoding API
|
|
|
|
|
2012-07-30 22:51:48 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-JSON>=2.27:${PORTSDIR}/converters/p5-JSON \
|
2011-10-22 07:39:44 +02:00
|
|
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
2008-11-07 22:51:14 +01:00
|
|
|
p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww
|
2011-10-22 07:39:44 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-12-17 16:00:28 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2008-11-07 22:51:14 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|