diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:22:13 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:22:13 +0800 |
commit | 93cf92cf73ec395e29687523289aec321e640b69 (patch) | |
tree | e021830a65778472d134df2774961bd79705f71e /astro | |
parent | 7e3c968f7170ed0a911d58a0c90b0be116dcda62 (diff) | |
download | freebsd-ports-gnome-93cf92cf73ec395e29687523289aec321e640b69.tar.gz freebsd-ports-gnome-93cf92cf73ec395e29687523289aec321e640b69.tar.zst freebsd-ports-gnome-93cf92cf73ec395e29687523289aec321e640b69.zip |
Add p5-Astro-MoonPhase 0.10, perl interface to calculate information
about the phase of the moon.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/Makefile | 23 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/pkg-plist | 3 |
6 files changed, 33 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 407b606683d6..e4617de797af 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -6,6 +6,7 @@ SUBDIR += glunarclock SUBDIR += luna SUBDIR += openuniverse + SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-GPS SUBDIR += p5-Geo-METAR SUBDIR += pyweather diff --git a/astro/p5-Astro-MoonPhase/Makefile b/astro/p5-Astro-MoonPhase/Makefile new file mode 100644 index 000000000000..219a43204126 --- /dev/null +++ b/astro/p5-Astro-MoonPhase/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Astro-MoonPhase +# Date created: Mon Jan 1 09:43:10 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Astro-MoonPhase +PORTVERSION= 0.10 +CATEGORIES= astro perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Astro +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Astro::MoonPhase.3 + +.include <bsd.port.mk> diff --git a/astro/p5-Astro-MoonPhase/distinfo b/astro/p5-Astro-MoonPhase/distinfo new file mode 100644 index 000000000000..86750c321382 --- /dev/null +++ b/astro/p5-Astro-MoonPhase/distinfo @@ -0,0 +1 @@ +MD5 (Astro-MoonPhase-0.10.tar.gz) = 02087a3105e2b154a5047644057f2880 diff --git a/astro/p5-Astro-MoonPhase/pkg-comment b/astro/p5-Astro-MoonPhase/pkg-comment new file mode 100644 index 000000000000..d83eb65d53bb --- /dev/null +++ b/astro/p5-Astro-MoonPhase/pkg-comment @@ -0,0 +1 @@ +Perl interface to calculate information about the phase of the moon diff --git a/astro/p5-Astro-MoonPhase/pkg-descr b/astro/p5-Astro-MoonPhase/pkg-descr new file mode 100644 index 000000000000..d029fc48729b --- /dev/null +++ b/astro/p5-Astro-MoonPhase/pkg-descr @@ -0,0 +1,4 @@ +Astro::MoonPhase is a perl module that calculates information about +the phase of the moon at a given time. + +--will diff --git a/astro/p5-Astro-MoonPhase/pkg-plist b/astro/p5-Astro-MoonPhase/pkg-plist new file mode 100644 index 000000000000..d2c41f1bd22b --- /dev/null +++ b/astro/p5-Astro-MoonPhase/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Astro/MoonPhase.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/MoonPhase/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/MoonPhase |