freebsd-ports/misc/p5-Geo-Coder-Google/Makefile
Sunpoet Po-Chuan Hsieh e55fdb5ca4 - Update to 0.13
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Geo-Coder-Google/Changes
2013-10-05 06:06:18 +00:00

28 lines
741 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Coder-Google
PORTVERSION= 0.13
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARCANEZ
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Maps Geocoding API
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 \
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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>