freebsd-ports/misc/p5-Geo-Coder-Geocoder-US/Makefile
Sunpoet Po-Chuan Hsieh 0c446614bd - Add p5-Geo-Coder-Geocoder-US 0.002
Geo::Coder::Geocoder::US geocodes addresses by looking them up on the
http://geocoder.us/ website. Because this site throttles access, this class does
to, to one request every 15 seconds.

WWW: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/

Feature safe:	yes
2011-12-06 03:42:27 +00:00

35 lines
904 B
Makefile

# New ports collection makefile for: p5-Geo-Coder-Geocoder-US
# Date created: 2011-12-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-Coder-Geocoder-US
PORTVERSION= 0.002
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Geocode a location using http://geocoder.us/
BUILD_DEPENDS= p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Geo::Coder::Geocoder::US.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>