mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add p5-Astro-SunTime 0.01, perl interface to calculate sunrise/sunset
times.
This commit is contained in:
parent
195e0ae647
commit
f8db00b1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36693
@ -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
|
||||
|
24
astro/p5-Astro-SunTime/Makefile
Normal file
24
astro/p5-Astro-SunTime/Makefile
Normal file
@ -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>
|
1
astro/p5-Astro-SunTime/distinfo
Normal file
1
astro/p5-Astro-SunTime/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Astro-SunTime-0.01.tar.gz) = 4657927a49604494bfaaa153663b90b9
|
1
astro/p5-Astro-SunTime/pkg-comment
Normal file
1
astro/p5-Astro-SunTime/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl interface to calculate sunrise/sunset times
|
4
astro/p5-Astro-SunTime/pkg-descr
Normal file
4
astro/p5-Astro-SunTime/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Astro::SunTime is a perl module that provides an interface to calculate
|
||||
sunrise/sunset times.
|
||||
|
||||
--will
|
3
astro/p5-Astro-SunTime/pkg-plist
Normal file
3
astro/p5-Astro-SunTime/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user