diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-14 15:09:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-14 15:09:32 +0000 |
commit | 6cc72a5ab0bb3a11eb79dcbad0cc6adf1095ce4a (patch) | |
tree | 487443659162f4d06c5436adaab36477d87ea8ee /chinese/p5-Date-Chinese | |
parent | c5a5d1db41f9b8b6af8e8ff8ee27988363878541 (diff) | |
download | ports-6cc72a5ab0bb3a11eb79dcbad0cc6adf1095ce4a.tar.gz ports-6cc72a5ab0bb3a11eb79dcbad0cc6adf1095ce4a.zip |
Notes
Diffstat (limited to 'chinese/p5-Date-Chinese')
-rw-r--r-- | chinese/p5-Date-Chinese/Makefile | 27 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/distinfo | 1 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/chinese/p5-Date-Chinese/Makefile b/chinese/p5-Date-Chinese/Makefile new file mode 100644 index 000000000000..7ae849ba0c32 --- /dev/null +++ b/chinese/p5-Date-Chinese/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Date-Chinese +# Date Created: 13 Aug 2001 +# Whom: Shell Hung <shell@shellhung.org> +# +# $FreeBSD$ +# + +PORTNAME= Date-Chinese +PORTVERSION= 1.03 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Date +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Date::Chinese.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +WRKDIST= ${WRKDIR}/Date-Chinese-1.3 +WRKSRC= ${WRKDIST} + +.include <bsd.port.mk> diff --git a/chinese/p5-Date-Chinese/distinfo b/chinese/p5-Date-Chinese/distinfo new file mode 100644 index 000000000000..d63e7cc2c379 --- /dev/null +++ b/chinese/p5-Date-Chinese/distinfo @@ -0,0 +1 @@ +MD5 (Date-Chinese-1.03.tar.gz) = eacb27452890572fadf9d5b6b137d3ff diff --git a/chinese/p5-Date-Chinese/pkg-comment b/chinese/p5-Date-Chinese/pkg-comment new file mode 100644 index 000000000000..352f401ff476 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-comment @@ -0,0 +1 @@ +Perl module to calculate dates in the Chinese calendar diff --git a/chinese/p5-Date-Chinese/pkg-descr b/chinese/p5-Date-Chinese/pkg-descr new file mode 100644 index 000000000000..152c79c3bde8 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-descr @@ -0,0 +1,4 @@ +Noted that the Chinese new year does not coincide with the Gregorian +new year, so the determination of what year it is in the Chinese +calendar is only going to be correct for a portion of the Gregorian +year. This module is API for calculating dates for Chinese calendar. diff --git a/chinese/p5-Date-Chinese/pkg-plist b/chinese/p5-Date-Chinese/pkg-plist new file mode 100644 index 000000000000..8680ed666267 --- /dev/null +++ b/chinese/p5-Date-Chinese/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Date/Chinese.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true |