freebsd-ports/misc/p5-Geo-Coder-Google/Makefile
Sunpoet Po-Chuan Hsieh 2d72478732 - Update to 0.16
- Remove MASTER_SITE_SUBDIR
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Geo-Coder-Google/Changes
2015-08-13 17:32:38 +00:00

30 lines
751 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Coder-Google
PORTVERSION= 0.16
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
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
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>