View | Details | Raw Unified | Return to bug 178904
Collapse All | Expand All

(-)Makefile (-13 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Geo-Parse-OSM
1
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
2
# Date created:		03 Mar 2011
3
# Whom:			Dmitry Marakasov <amdmi3@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Geo-Parse-OSM
4
PORTNAME=	Geo-Parse-OSM
9
PORTVERSION=	0.42
5
PORTVERSION=	0.42
Lines 28-38 Link Here
28
	Geo::Parse::OSM::Multipass.3 \
24
	Geo::Parse::OSM::Multipass.3 \
29
	Geo::Parse::OSM::Singlepass.3
25
	Geo::Parse::OSM::Singlepass.3
30
26
31
.include <bsd.port.pre.mk>
27
.include <bsd.port.mk>
32
33
.if ${PERL_LEVEL} < 500903
34
BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
35
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
36
.endif
37
38
.include <bsd.port.post.mk>

Return to bug 178904