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