mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
DateTime::Event::Zodiac returns the latin zodiac name or alternatively
the unicode zodiac symbol for the given date. The zodiac may be calculated using either fixed dates or using the longitude/position of the sun. WWW: http://search.cpan.org/dist/DateTime-Event-Zodiac/ PR: ports/153340 Submitted by: "Mikhail T." <michael@fun-box.ru>
This commit is contained in:
parent
0a0f4956f3
commit
90e8c5cadf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266862
@ -1478,6 +1478,7 @@
|
||||
SUBDIR += p5-DateTime-Event-Recurrence
|
||||
SUBDIR += p5-DateTime-Event-SolarTerm
|
||||
SUBDIR += p5-DateTime-Event-Sunrise
|
||||
SUBDIR += p5-DateTime-Event-Zodiac
|
||||
SUBDIR += p5-DateTime-Fiscal-Year
|
||||
SUBDIR += p5-DateTime-Format-Baby
|
||||
SUBDIR += p5-DateTime-Format-Bork
|
||||
|
26
devel/p5-DateTime-Event-Zodiac/Makefile
Normal file
26
devel/p5-DateTime-Event-Zodiac/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-DateTime-Event-Zodiac
|
||||
# Date created: 2010-12-24
|
||||
# Whom: Mikhail T. <michael@fun-box.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DateTime-Event-Zodiac
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= michael@fun-box.ru
|
||||
COMMENT= Return zodiac for a given date
|
||||
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Util-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Util-Astro \
|
||||
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Event::Zodiac.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-DateTime-Event-Zodiac/distinfo
Normal file
2
devel/p5-DateTime-Event-Zodiac/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (DateTime-Event-Zodiac-1.01.tar.gz) = 9d5de51b90fd6b1ce6deacf1776ee0736a48f81ffe5768bcea6ed5c2387c691c
|
||||
SIZE (DateTime-Event-Zodiac-1.01.tar.gz) = 12176
|
5
devel/p5-DateTime-Event-Zodiac/pkg-descr
Normal file
5
devel/p5-DateTime-Event-Zodiac/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
DateTime::Event::Zodiac returns the latin zodiac name or alternatively
|
||||
the unicode zodiac symbol for the given date. The zodiac may be calculated
|
||||
using either fixed dates or using the longitude/position of the sun.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DateTime-Event-Zodiac/
|
7
devel/p5-DateTime-Event-Zodiac/pkg-plist
Normal file
7
devel/p5-DateTime-Event-Zodiac/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/DateTime/Event/Zodiac.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Zodiac/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Zodiac
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Event
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
Loading…
Reference in New Issue
Block a user