blob: 945ce8f32180a16ba602058fd700dbb843023b2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= Geo-Coder-OpenCage
PORTVERSION= 0.36
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Geocode addresses with the OpenCage Geocoder API
WWW= https://metacpan.org/release/Geo-Coder-OpenCage
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Cpanel-JSON-XS>=4.21:converters/p5-Cpanel-JSON-XS \
p5-IO-Socket-SSL>=2.068:security/p5-IO-Socket-SSL \
p5-JSON-MaybeXS>=1.004003:converters/p5-JSON-MaybeXS \
p5-URI>=0:net/p5-URI
TEST_DEPENDS= p5-LWP-Protocol-https>=6.10:www/p5-LWP-Protocol-https \
p5-Net-Ping>=2.73:net/p5-Net-Ping \
p5-Test-Exception>=0.32:devel/p5-Test-Exception \
p5-Test-Pod>=1.51:devel/p5-Test-Pod \
p5-Test-Warn>=0:devel/p5-Test-Warn \
p5-libwww>=6.55:www/p5-libwww
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|