diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-05-24 22:01:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-05-24 22:01:18 +0000 |
commit | 3efa7bbe9a3ceb8c910a5646bb530ed76aba15e2 (patch) | |
tree | 9c3c323fbdd3e7a2b8c196c3758b48a580864f3f /textproc/p5-Geo-Parse-OSM | |
parent | f150089c5e5672d92e35942b3a20f48140d829a6 (diff) | |
download | ports-3efa7bbe9a3ceb8c910a5646bb530ed76aba15e2.tar.gz ports-3efa7bbe9a3ceb8c910a5646bb530ed76aba15e2.zip |
Notes
Diffstat (limited to 'textproc/p5-Geo-Parse-OSM')
-rw-r--r-- | textproc/p5-Geo-Parse-OSM/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/textproc/p5-Geo-Parse-OSM/Makefile b/textproc/p5-Geo-Parse-OSM/Makefile index 01580e76da37..e0a5b5185f65 100644 --- a/textproc/p5-Geo-Parse-OSM/Makefile +++ b/textproc/p5-Geo-Parse-OSM/Makefile @@ -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> |