DateTime Extension for Calculating Important Chinese Dates
Author: Daisuke Maki <dmaki@cpan.org> WWW: http://search.cpan.org/~dmaki/DateTime-Event-Chinese/ PR: ports/117842 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
7da95e0c83
commit
87bae56ec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203270
5 changed files with 50 additions and 0 deletions
|
@ -1075,6 +1075,7 @@
|
|||
SUBDIR += p5-DateTime-Calendar-Julian
|
||||
SUBDIR += p5-DateTime-Calendar-Mayan
|
||||
SUBDIR += p5-DateTime-Calendar-Pataphysical
|
||||
SUBDIR += p5-DateTime-Event-Chinese
|
||||
SUBDIR += p5-DateTime-Event-Cron
|
||||
SUBDIR += p5-DateTime-Event-Easter
|
||||
SUBDIR += p5-DateTime-Event-ICal
|
||||
|
|
35
devel/p5-DateTime-Event-Chinese/Makefile
Normal file
35
devel/p5-DateTime-Event-Chinese/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: p5-DateTime-Event-Chinese
|
||||
# Date created: 2007-11-06
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Event-Chinese
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= DateTime Extension for Calculating Important Chinese Dates
|
||||
|
||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Event-Lunar>=0.06:${PORTSDIR}/devel/p5-DateTime-Event-Lunar \
|
||||
p5-DateTime-Event-SolarTerm>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-SolarTerm \
|
||||
p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Event-Lunar>=0.06:${PORTSDIR}/devel/p5-DateTime-Event-Lunar \
|
||||
p5-DateTime-Event-SolarTerm>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-SolarTerm \
|
||||
p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Event::Chinese.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-DateTime-Event-Chinese/distinfo
Normal file
3
devel/p5-DateTime-Event-Chinese/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (DateTime-Event-Chinese-0.05.tar.gz) = 4e24337f182596d0c4137fb44b219d47
|
||||
SHA256 (DateTime-Event-Chinese-0.05.tar.gz) = 2d33aa7f1607ac68a45c2a723dc0e041d07e1f8b590b02b6015a04886e53dd64
|
||||
SIZE (DateTime-Event-Chinese-0.05.tar.gz) = 21873
|
4
devel/p5-DateTime-Event-Chinese/pkg-descr
Normal file
4
devel/p5-DateTime-Event-Chinese/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
DateTime Extension for Calculating Important Chinese Dates
|
||||
|
||||
Author: Daisuke Maki <dmaki@cpan.org>
|
||||
WWW: http://search.cpan.org/~dmaki/DateTime-Event-Chinese/
|
7
devel/p5-DateTime-Event-Chinese/pkg-plist
Normal file
7
devel/p5-DateTime-Event-Chinese/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Chinese/.packlist
|
||||
%%SITE_PERL%%/DateTime/Event/Chinese.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Chinese
|
||||
@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 a new issue