aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-29 20:38:58 +0800
committererwin <erwin@FreeBSD.org>2003-06-29 20:38:58 +0800
commitdcb9b8ba4a6c2ed96dcedb1a8f235a8e387a79d0 (patch)
tree0a5f44160480479846de440d4f5c6927a8b0bb92 /devel
parentcb4df7e92bdfcd5506fefa6cf61a17fb81224073 (diff)
downloadfreebsd-ports-gnome-dcb9b8ba4a6c2ed96dcedb1a8f235a8e387a79d0.tar.gz
freebsd-ports-gnome-dcb9b8ba4a6c2ed96dcedb1a8f235a8e387a79d0.tar.zst
freebsd-ports-gnome-dcb9b8ba4a6c2ed96dcedb1a8f235a8e387a79d0.zip
Add p5-DateTime-Calendar-Christian 0.03,
dates in the Christian calendar. PR: 53783 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-DateTime-Calendar-Christian/Makefile25
-rw-r--r--devel/p5-DateTime-Calendar-Christian/distinfo1
-rw-r--r--devel/p5-DateTime-Calendar-Christian/pkg-descr6
-rw-r--r--devel/p5-DateTime-Calendar-Christian/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5218e937e29c..8968e5669dc9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -542,6 +542,7 @@
SUBDIR += p5-Date-Simple
SUBDIR += p5-DateConvert
SUBDIR += p5-DateTime
+ SUBDIR += p5-DateTime-Calendar-Christian
SUBDIR += p5-DateTime-Calendar-Julian
SUBDIR += p5-DateTime-LeapSecond
SUBDIR += p5-DateTime-Precise
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