1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		178904
Submitted by:	Andrej Zverev <az@FreeBSD.org>
This commit is contained in:
Dmitry Marakasov 2013-05-24 22:01:18 +00:00
parent f150089c5e
commit 3efa7bbe9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319018

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Geo-Parse-OSM
# Date created: 03 Mar 2011
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Geo-Parse-OSM
PORTVERSION= 0.42
@ -28,11 +24,4 @@ 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>
.include <bsd.port.mk>