diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 02:44:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 02:44:52 +0800 |
commit | f00da43a0fac324a91b613892dcf01055916c315 (patch) | |
tree | c090a706c058a758c4417a89b8236823e64e8fb4 /astro/p5-GPS-Babel | |
parent | 6fe5ded2dd9a4bcbfff893e08cf8a132c9ea1433 (diff) | |
download | freebsd-ports-gnome-f00da43a0fac324a91b613892dcf01055916c315.tar.gz freebsd-ports-gnome-f00da43a0fac324a91b613892dcf01055916c315.tar.zst freebsd-ports-gnome-f00da43a0fac324a91b613892dcf01055916c315.zip |
p5-GPS-Babel is a perl interface to gpsbabel.
WWW: http://search.cpan.org/dist/GPS-Babel/
PR: ports/135074
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'astro/p5-GPS-Babel')
-rw-r--r-- | astro/p5-GPS-Babel/Makefile | 26 | ||||
-rw-r--r-- | astro/p5-GPS-Babel/distinfo | 3 | ||||
-rw-r--r-- | astro/p5-GPS-Babel/pkg-descr | 3 | ||||
-rw-r--r-- | astro/p5-GPS-Babel/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/astro/p5-GPS-Babel/Makefile b/astro/p5-GPS-Babel/Makefile new file mode 100644 index 000000000000..50d88c7fb9d6 --- /dev/null +++ b/astro/p5-GPS-Babel/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: p5-GPS-Babel +# Date created: 30 May, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= GPS-Babel +PORTVERSION= 0.11 +CATEGORIES= astro perl5 geography +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Perl interface to gpsbabel + +BUILD_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \ + p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which +RUN_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \ + p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which + +PERL_CONFIGURE= yes + +MAN3= GPS::Babel.3 + +.include <bsd.port.mk> diff --git a/astro/p5-GPS-Babel/distinfo b/astro/p5-GPS-Babel/distinfo new file mode 100644 index 000000000000..2264520143a9 --- /dev/null +++ b/astro/p5-GPS-Babel/distinfo @@ -0,0 +1,3 @@ +MD5 (GPS-Babel-0.11.tar.gz) = c9a06535d8d0208ffc9c7264fb02154f +SHA256 (GPS-Babel-0.11.tar.gz) = 4ff7b06987acf159ed99495d242d169884ea99f336c610c725eb70929a74bed7 +SIZE (GPS-Babel-0.11.tar.gz) = 76313 diff --git a/astro/p5-GPS-Babel/pkg-descr b/astro/p5-GPS-Babel/pkg-descr new file mode 100644 index 000000000000..53273c5790ca --- /dev/null +++ b/astro/p5-GPS-Babel/pkg-descr @@ -0,0 +1,3 @@ +p5-GPS-Babel is a perl interface to gpsbabel. + +WWW: http://search.cpan.org/dist/GPS-Babel/ diff --git a/astro/p5-GPS-Babel/pkg-plist b/astro/p5-GPS-Babel/pkg-plist new file mode 100644 index 000000000000..e7767f00dda6 --- /dev/null +++ b/astro/p5-GPS-Babel/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/GPS/Babel.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Babel/.packlist +@dirrmtry %%SITE_PERL%%/GPS +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Babel +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS |