Manual tweak misc/edfbrowser
[dports.git] / misc / p5-Geo-Coder-OSM / Makefile
1 PORTNAME=       Geo-Coder-OSM
2 PORTVERSION=    0.03
3 PORTREVISION=   1
4 CATEGORIES=     misc geography perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Geocode addresses with the OpenStreetMap Nominatim API
10 WWW=            https://metacpan.org/release/Geo-Coder-OSM
11
12 LICENSE=        ART10 GPLv1+
13 LICENSE_COMB=   dual
14
15 BUILD_DEPENDS=  ${RUN_DEPENDS}
16 RUN_DEPENDS=    p5-JSON>=2:converters/p5-JSON \
17                 p5-JSON-XS>=2:converters/p5-JSON-XS \
18                 p5-URI>=1.36:net/p5-URI \
19                 p5-libwww>=0:www/p5-libwww
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 NO_ARCH=        yes
25
26 .include <bsd.port.mk>