mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Traditional Chinese Calendar Implementation
Author: Daisuke Maki <dmaki@cpan.org> WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Chinese/ PR: ports/117844 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
87bae56ec8
commit
b933820bbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203272
@ -1068,6 +1068,7 @@
|
||||
SUBDIR += p5-Date-Simple
|
||||
SUBDIR += p5-DateConvert
|
||||
SUBDIR += p5-DateTime
|
||||
SUBDIR += p5-DateTime-Calendar-Chinese
|
||||
SUBDIR += p5-DateTime-Calendar-Christian
|
||||
SUBDIR += p5-DateTime-Calendar-Discordian
|
||||
SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary
|
||||
|
29
devel/p5-DateTime-Calendar-Chinese/Makefile
Normal file
29
devel/p5-DateTime-Calendar-Chinese/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-DateTime-Calendar-Chinese
|
||||
# Date created: 2007-11-06
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Calendar-Chinese
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Traditional Chinese Calendar Implementation
|
||||
|
||||
BUILD_DEPENDS= p5-DateTime-Event-Chinese>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-Chinese \
|
||||
p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
||||
RUN_DEPENDS= p5-DateTime-Event-Chinese>=0.05:${PORTSDIR}/devel/p5-DateTime-Event-Chinese \
|
||||
p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Calendar::Chinese.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-DateTime-Calendar-Chinese/distinfo
Normal file
3
devel/p5-DateTime-Calendar-Chinese/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (DateTime-Calendar-Chinese-0.07.tar.gz) = 5d4a5cf0c50a0fc86cd7317ffeaacd77
|
||||
SHA256 (DateTime-Calendar-Chinese-0.07.tar.gz) = 63cd9021e6161c68adc523f952de97610301cd1d8d4fcbc3795cabd1d6c1cc89
|
||||
SIZE (DateTime-Calendar-Chinese-0.07.tar.gz) = 28383
|
4
devel/p5-DateTime-Calendar-Chinese/pkg-descr
Normal file
4
devel/p5-DateTime-Calendar-Chinese/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Traditional Chinese Calendar Implementation
|
||||
|
||||
Author: Daisuke Maki <dmaki@cpan.org>
|
||||
WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Chinese/
|
7
devel/p5-DateTime-Calendar-Chinese/pkg-plist
Normal file
7
devel/p5-DateTime-Calendar-Chinese/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Chinese/.packlist
|
||||
%%SITE_PERL%%/DateTime/Calendar/Chinese.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Chinese
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Calendar
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
Loading…
Reference in New Issue
Block a user