diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:22:39 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:22:39 +0000 |
commit | f8db00b1d30400f2c6ad359bc3641b891fdf511a (patch) | |
tree | 041bc48a21bcfbb9e629cf8c637f77885e911ed9 /astro | |
parent | 195e0ae64749edc52b94e8eb7cf6b0a6c958a86e (diff) | |
download | ports-f8db00b1d30400f2c6ad359bc3641b891fdf511a.tar.gz ports-f8db00b1d30400f2c6ad359bc3641b891fdf511a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 24 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/pkg-plist | 3 |
6 files changed, 34 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index e4617de797af..69bfac31ad79 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -7,6 +7,7 @@ SUBDIR += luna SUBDIR += openuniverse SUBDIR += p5-Astro-MoonPhase + SUBDIR += p5-Astro-SunTime SUBDIR += p5-GPS SUBDIR += p5-Geo-METAR SUBDIR += pyweather diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile new file mode 100644 index 000000000000..134a7da0643c --- /dev/null +++ b/astro/p5-Astro-SunTime/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Astro-SunTime +# Date created: Mon Jan 1 10:06:12 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Astro-SunTime +PORTVERSION= 0.01 +CATEGORIES= astro perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Astro +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/astro/p5-Astro-SunTime/distinfo b/astro/p5-Astro-SunTime/distinfo new file mode 100644 index 000000000000..0f48d190aedf --- /dev/null +++ b/astro/p5-Astro-SunTime/distinfo @@ -0,0 +1 @@ +MD5 (Astro-SunTime-0.01.tar.gz) = 4657927a49604494bfaaa153663b90b9 diff --git a/astro/p5-Astro-SunTime/pkg-comment b/astro/p5-Astro-SunTime/pkg-comment new file mode 100644 index 000000000000..4048f8d54293 --- /dev/null +++ b/astro/p5-Astro-SunTime/pkg-comment @@ -0,0 +1 @@ +Perl interface to calculate sunrise/sunset times diff --git a/astro/p5-Astro-SunTime/pkg-descr b/astro/p5-Astro-SunTime/pkg-descr new file mode 100644 index 000000000000..e9af8566153d --- /dev/null +++ b/astro/p5-Astro-SunTime/pkg-descr @@ -0,0 +1,4 @@ +Astro::SunTime is a perl module that provides an interface to calculate +sunrise/sunset times. + +--will diff --git a/astro/p5-Astro-SunTime/pkg-plist b/astro/p5-Astro-SunTime/pkg-plist new file mode 100644 index 000000000000..a45bf26cbb1c --- /dev/null +++ b/astro/p5-Astro-SunTime/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Astro/SunTime.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SunTime/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SunTime |