freebsd-ports/textproc/p5-Geo-Parse-OSM/Makefile
2013-10-01 05:53:47 +00:00

24 lines
597 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Parse-OSM
PORTVERSION= 0.42
CATEGORIES= textproc geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LIOSHA
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= OpenStreetMap XML file regexp parser
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= skipv:0.221
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>