diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 06:53:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 06:53:32 +0000 |
commit | c42bb7ba242f7354948ee7e175ad2acb34f0f647 (patch) | |
tree | 7b3a1d50777deefb8e02f2b606c7addda14b306d /astro/p5-Geo-METAR | |
parent | efc8971fd61eeb38bdd354c628136299acd2f4f8 (diff) | |
download | ports-c42bb7ba242f7354948ee7e175ad2acb34f0f647.tar.gz ports-c42bb7ba242f7354948ee7e175ad2acb34f0f647.zip |
Notes
Diffstat (limited to 'astro/p5-Geo-METAR')
-rw-r--r-- | astro/p5-Geo-METAR/Makefile | 22 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-descr | 6 | ||||
-rw-r--r-- | astro/p5-Geo-METAR/pkg-plist | 4 |
5 files changed, 34 insertions, 0 deletions
diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile new file mode 100644 index 000000000000..1d32fb044df0 --- /dev/null +++ b/astro/p5-Geo-METAR/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Geo-METAR +# Date created: Mon Jan 1 01:42:56 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Geo-METAR +PORTVERSION= 1.14 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/astro/p5-Geo-METAR/distinfo b/astro/p5-Geo-METAR/distinfo new file mode 100644 index 000000000000..5450f8036a81 --- /dev/null +++ b/astro/p5-Geo-METAR/distinfo @@ -0,0 +1 @@ +MD5 (Geo-METAR-1.14.tar.gz) = 82be0189d58cc0099ec649addde7f6f4 diff --git a/astro/p5-Geo-METAR/pkg-comment b/astro/p5-Geo-METAR/pkg-comment new file mode 100644 index 000000000000..7afa56b3dcf5 --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-comment @@ -0,0 +1 @@ +A perl module that processes METAR information from NOAA sources diff --git a/astro/p5-Geo-METAR/pkg-descr b/astro/p5-Geo-METAR/pkg-descr new file mode 100644 index 000000000000..c99c42764901 --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-descr @@ -0,0 +1,6 @@ +Geo::METAR is a perl module that processes METAR information from NOAA sources. + +WWW: http://www.wcnet.org/jzawodn/perl/Geo-METAR/ +Author: Jeremy D. Zawodny <Jeremy@Zawodny.com> + +--will diff --git a/astro/p5-Geo-METAR/pkg-plist b/astro/p5-Geo-METAR/pkg-plist new file mode 100644 index 000000000000..07357caab414 --- /dev/null +++ b/astro/p5-Geo-METAR/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/%%PERL_VERSION%%/man/man3/Geo::METAR.3 +lib/perl5/site_perl/%%PERL_VER%%/Geo/METAR.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/METAR |