1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add LICENSE

- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-23 17:12:34 +00:00
parent 524efa9aab
commit 38f1c2c8f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316378

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Geo-Coder-Geocoder-US
# Date created: 2011-12-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Geo-Coder-Geocoder-US
PORTVERSION= 0.003
@ -15,21 +11,16 @@ 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= 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.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>