freebsd-ports/textproc/p5-Geo-Parse-OSM/Makefile
Dmitry Marakasov 2145d93e7c - Get rid of SITE_PERL in my ports
Submitted by:	az
2012-06-06 17:47:24 +00:00

38 lines
972 B
Makefile

# New ports collection makefile for: p5-Geo-Parse-OSM
# Date created: 03 Mar 2011
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Geo::Parse::OSM.3 \
Geo::Parse::OSM::Multipass.3 \
Geo::Parse::OSM::Singlepass.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>