diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-29 12:38:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-29 12:38:58 +0000 |
commit | 41427aa0937b9700c353fbb40187be23646c4b35 (patch) | |
tree | 12816a3daed5bc7073546c1940cff9932e6c93e7 /devel/p5-DateTime-Calendar-Christian | |
parent | 6700c5b593e47ca8d8c66777373b4a67117c0ac6 (diff) | |
download | ports-41427aa0937b9700c353fbb40187be23646c4b35.tar.gz ports-41427aa0937b9700c353fbb40187be23646c4b35.zip |
Add p5-DateTime-Calendar-Christian 0.03,
dates in the Christian
calendar.
PR: 53783
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=83826
Diffstat (limited to 'devel/p5-DateTime-Calendar-Christian')
-rw-r--r-- | devel/p5-DateTime-Calendar-Christian/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-DateTime-Calendar-Christian/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Calendar-Christian/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-Calendar-Christian/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Calendar-Christian/Makefile b/devel/p5-DateTime-Calendar-Christian/Makefile new file mode 100644 index 000000000000..e187ca3259e5 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Christian/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-Calendar-Christian +# Date created: 26 june 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Calendar-Christian +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Dates in the Christian calendar + +BUILD_DEPENDS= ${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Calendar::Christian.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Calendar-Christian/distinfo b/devel/p5-DateTime-Calendar-Christian/distinfo new file mode 100644 index 000000000000..6f781e91cda7 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Christian/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Calendar-Christian-0.03.tar.gz) = 7e5d31ee1d83b0b599fc6db4c09ac5c0 diff --git a/devel/p5-DateTime-Calendar-Christian/pkg-descr b/devel/p5-DateTime-Calendar-Christian/pkg-descr new file mode 100644 index 000000000000..166c47885886 --- /dev/null +++ b/devel/p5-DateTime-Calendar-Christian/pkg-descr @@ -0,0 +1,6 @@ +DateTime::Calendar::Christian is the implementation of the combined Julian and +Gregorian calendar. + +See DateTime for information about most of the methods. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Calendar-Christian/pkg-plist b/devel/p5-DateTime-Calendar-Christian/pkg-plist new file mode 100644 index 000000000000..af4a790b786a --- /dev/null +++ b/devel/p5-DateTime-Calendar-Christian/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Calendar/Christian.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Christian/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Christian +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Calendar 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |