diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 15:23:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 15:23:13 +0000 |
commit | 5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch) | |
tree | a7da32f6c0064d6be598b00d61f30117a3f396dd /textproc/p5-Geo-Parse-OSM/Makefile | |
parent | 7d0f8d0bcada46e31904286734f3f09e759febf1 (diff) | |
download | ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.gz ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.zip |
Notes
Diffstat (limited to 'textproc/p5-Geo-Parse-OSM/Makefile')
-rw-r--r-- | textproc/p5-Geo-Parse-OSM/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Geo-Parse-OSM/Makefile b/textproc/p5-Geo-Parse-OSM/Makefile index 921b5867093d..58c72c672dca 100644 --- a/textproc/p5-Geo-Parse-OSM/Makefile +++ b/textproc/p5-Geo-Parse-OSM/Makefile @@ -3,7 +3,7 @@ PORTNAME= Geo-Parse-OSM PORTVERSION= 0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc geography perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LIOSHA @@ -13,7 +13,6 @@ 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} |