2015-11-29 06:59:54 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Geo-GeoNames
|
2017-04-17 16:05:47 +00:00
|
|
|
PORTVERSION= 1.120
|
2015-11-29 06:59:54 +00:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2017-07-15 19:08:59 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||}
|
2015-11-29 06:59:54 +00:00
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Perform geographical queries using GeoNames Web Services
|
|
|
|
|
2016-03-12 00:02:09 +00:00
|
|
|
LICENSE= ART20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-11-29 06:59:54 +00:00
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
BUILD_DEPENDS= p5-JSON>=1.14:converters/p5-JSON \
|
|
|
|
p5-Mojolicious>=0:www/p5-Mojolicious \
|
|
|
|
p5-XML-Simple>=2.13:textproc/p5-XML-Simple
|
2015-11-29 06:59:54 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|