mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Geo::Parse::OSM - OpenStreetMap XML file regexp parser
WWW: http://search.cpan.org/dist/Geo-Parse-OSM/
This commit is contained in:
parent
2a4bee2ab3
commit
43dfe9d3e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270717
@ -459,6 +459,7 @@
|
||||
SUBDIR += p5-FormValidator-Lite
|
||||
SUBDIR += p5-FormValidator-Simple
|
||||
SUBDIR += p5-Games-Dissociate
|
||||
SUBDIR += p5-Geo-Parse-OSM
|
||||
SUBDIR += p5-Getopt-Lucid
|
||||
SUBDIR += p5-Google-Data-JSON
|
||||
SUBDIR += p5-HTML-CTPP2
|
||||
|
35
textproc/p5-Geo-Parse-OSM/Makefile
Normal file
35
textproc/p5-Geo-Parse-OSM/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# 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/../../authors/id/L/LI/LIOSHA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= OpenStreetMap XML file regexp parser
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
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>
|
2
textproc/p5-Geo-Parse-OSM/distinfo
Normal file
2
textproc/p5-Geo-Parse-OSM/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Geo-Parse-OSM-0.42.tar.gz) = 480d299288f6c1910fcb466f84bccaa7a45fe5c309130657e831d2a657659315
|
||||
SIZE (Geo-Parse-OSM-0.42.tar.gz) = 13837
|
3
textproc/p5-Geo-Parse-OSM/pkg-descr
Normal file
3
textproc/p5-Geo-Parse-OSM/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Geo::Parse::OSM - OpenStreetMap XML file regexp parser
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-Parse-OSM/
|
10
textproc/p5-Geo-Parse-OSM/pkg-plist
Normal file
10
textproc/p5-Geo-Parse-OSM/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/Geo/Parse/OSM.pm
|
||||
%%SITE_PERL%%/Geo/Parse/OSM/Multipass.pm
|
||||
%%SITE_PERL%%/Geo/Parse/OSM/Singlepass.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Parse/OSM/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Parse/OSM
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Parse
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrm %%SITE_PERL%%/Geo/Parse/OSM
|
||||
@dirrmtry %%SITE_PERL%%/Geo/Parse
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Reference in New Issue
Block a user