aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Date-ICal
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 17:03:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 17:03:44 +0000
commitdc085f97fffe4043b79eb2e6dd76aa57aeb9f74e (patch)
tree3cf30783f5f36c2ff72553232defc552d8f46053 /devel/p5-Date-ICal
parentf7f03024f726a801e0c93c66551a3fccba74167a (diff)
downloadports-dc085f97fffe4043b79eb2e6dd76aa57aeb9f74e.tar.gz
ports-dc085f97fffe4043b79eb2e6dd76aa57aeb9f74e.zip
Notes
Diffstat (limited to 'devel/p5-Date-ICal')
-rw-r--r--devel/p5-Date-ICal/Makefile24
-rw-r--r--devel/p5-Date-ICal/distinfo1
-rw-r--r--devel/p5-Date-ICal/pkg-comment1
-rw-r--r--devel/p5-Date-ICal/pkg-descr8
-rw-r--r--devel/p5-Date-ICal/pkg-plist7
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Date-ICal/Makefile b/devel/p5-Date-ICal/Makefile
new file mode 100644
index 000000000000..2aca6877501f
--- /dev/null
+++ b/devel/p5-Date-ICal/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Date-ICal
+# Date created: 12 May 2002
+# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Date-ICal
+PORTVERSION= 1.69
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Date
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= fuyuki@mj.0038.net
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Date::ICal.3 Date::ICal::Duration.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Date-ICal/distinfo b/devel/p5-Date-ICal/distinfo
new file mode 100644
index 000000000000..f1095b42b2b0
--- /dev/null
+++ b/devel/p5-Date-ICal/distinfo
@@ -0,0 +1 @@
+MD5 (Date-ICal-1.69.tar.gz) = 08ca6666294aa78095059c0dfd0619ce
diff --git a/devel/p5-Date-ICal/pkg-comment b/devel/p5-Date-ICal/pkg-comment
new file mode 100644
index 000000000000..624d16adbc72
--- /dev/null
+++ b/devel/p5-Date-ICal/pkg-comment
@@ -0,0 +1 @@
+Perl extension for ICalendar date objects
diff --git a/devel/p5-Date-ICal/pkg-descr b/devel/p5-Date-ICal/pkg-descr
new file mode 100644
index 000000000000..c57d66301bf6
--- /dev/null
+++ b/devel/p5-Date-ICal/pkg-descr
@@ -0,0 +1,8 @@
+Date::ICal talks the ICal date format, and is intended to be a base
+class for other date/calendar modules that know about ICal time format
+also.
+
+WWW: http://reefknot.org/
+
+- Kimura Fuyuki
+fuyuki@mj.0038.net
diff --git a/devel/p5-Date-ICal/pkg-plist b/devel/p5-Date-ICal/pkg-plist
new file mode 100644
index 000000000000..a250bf2d85b4
--- /dev/null
+++ b/devel/p5-Date-ICal/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Date/ICal/Duration.pm
+lib/perl5/site_perl/%%PERL_VER%%/Date/ICal.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/ICal
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/ICal
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true