freebsd-ports/misc/p5-Geo-Coder-Google/Makefile
Sunpoet Po-Chuan Hsieh f9fd46d8bd - Update to 0.10
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Geo-Coder-Google/Changes
2011-12-17 15:00:28 +00:00

33 lines
860 B
Makefile

# 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.10
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARCANEZ
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Maps Geocoding API
BUILD_DEPENDS= p5-JSON>=2.27:${PORTSDIR}/converters/p5-JSON \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
PERL_CONFIGURE= yes
MAN3= Geo::Coder::Google.3 \
Geo::Coder::Google::V2.3 \
Geo::Coder::Google::V3.3
.include <bsd.port.mk>