freebsd-ports/misc/p5-Geo-Coder-Geocoder-US/Makefile
Sunpoet Po-Chuan Hsieh 38f1c2c8f9 - Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
2013-04-23 17:12:34 +00:00

26 lines
608 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Coder-Geocoder-US
PORTVERSION= 0.003
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/
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Geo::Coder::Geocoder::US.3
.include <bsd.port.mk>