diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-12 16:49:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-12 16:49:15 +0000 |
commit | f04f7a796439abf25e196169da467fc36dfd0f00 (patch) | |
tree | 8f527747846ef06ef4b32f04216a6bf2a993961e /graphics/p5-Geo-Gpx | |
parent | 17f70ccc1f2c7ec3ae0961d147cd650ec7440b07 (diff) | |
download | ports-f04f7a796439abf25e196169da467fc36dfd0f00.tar.gz ports-f04f7a796439abf25e196169da467fc36dfd0f00.zip |
Notes
Diffstat (limited to 'graphics/p5-Geo-Gpx')
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 30 | ||||
-rw-r--r-- | graphics/p5-Geo-Gpx/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Geo-Gpx/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/p5-Geo-Gpx/pkg-plist | 7 |
4 files changed, 43 insertions, 0 deletions
diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile new file mode 100644 index 000000000000..218413bff4f1 --- /dev/null +++ b/graphics/p5-Geo-Gpx/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Geo-Gpx +# Date created: 10 March 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Gpx +PORTVERSION= 0.23 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Perl Module to Create and Parse GPX Files + +BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ + p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-version>0:${PORTSDIR}/devel/p5-version \ + p5-ExtUtils-MakeMaker-Coverage>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \ + p5-Time-Local>0:${PORTSDIR}/devel/p5-Time-Local +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Geo::Gpx.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/p5-Geo-Gpx/distinfo b/graphics/p5-Geo-Gpx/distinfo new file mode 100644 index 000000000000..589856584350 --- /dev/null +++ b/graphics/p5-Geo-Gpx/distinfo @@ -0,0 +1,3 @@ +MD5 (Geo-Gpx-0.23.tar.gz) = 9ed69c1efec29c6293d65b574c244d00 +SHA256 (Geo-Gpx-0.23.tar.gz) = fcc88f9d2f034816fa88ce1e78bc6de0597a3bd178dfa21afe190522201da71a +SIZE (Geo-Gpx-0.23.tar.gz) = 18307 diff --git a/graphics/p5-Geo-Gpx/pkg-descr b/graphics/p5-Geo-Gpx/pkg-descr new file mode 100644 index 000000000000..0b3cbee14ee4 --- /dev/null +++ b/graphics/p5-Geo-Gpx/pkg-descr @@ -0,0 +1,3 @@ +p5-Geo-Gpx is a perl module to Create and parse GPX files. + +WWW: http://search.cpan.org/dist/Geo-Gpx/ diff --git a/graphics/p5-Geo-Gpx/pkg-plist b/graphics/p5-Geo-Gpx/pkg-plist new file mode 100644 index 000000000000..b4fc0f04e441 --- /dev/null +++ b/graphics/p5-Geo-Gpx/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/mach/auto/Geo/Gpx/.packlist +%%SITE_PERL%%/Geo/Gpx.pm +@dirrmtry %%SITE_PERL%%/Geo +@dirrmtry %%SITE_PERL%%/mach/auto/Geo/Gpx +@dirrmtry %%SITE_PERL%%/mach/auto/Geo +@dirrmtry %%SITE_PERL%%/mach/auto +@dirrmtry %%SITE_PERL%%/mach |