Update editors/libreoffice-tn to version 5.2.5
[dports.git] / misc / p5-Geo-Coder-TomTom / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Geo-Coder-TomTom
5 PORTVERSION=    0.04
6 CATEGORIES=     misc geography perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Geocode addresses with the TomTom route planner
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-JSON>=2:converters/p5-JSON \
17                 p5-JSON-XS>=2:converters/p5-JSON-XS \
18                 p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
19                 p5-URI>=1.36:net/p5-URI \
20                 p5-libwww>=0:www/p5-libwww
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 NO_ARCH=        yes
24 USE_PERL5=      configure
25 USES=           perl5
26
27 .include <bsd.port.mk>