diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 01:23:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 01:23:39 +0000 |
commit | c758a5f5c31cfba71000f9a09ad3aa2d3af57bb7 (patch) | |
tree | a344a1f1c9403156eb8e69347992c8a3098c01ec /time | |
parent | 7f5bf96b47771b31b1c0b1a16d7e4a39b4b51af9 (diff) | |
download | pkgsrc-c758a5f5c31cfba71000f9a09ad3aa2d3af57bb7.tar.gz |
Initial import of time/p5-Date-ICal version 1.72
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Date-ICal/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Date-ICal/Makefile | 21 | ||||
-rw-r--r-- | time/p5-Date-ICal/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/time/p5-Date-ICal/DESCR b/time/p5-Date-ICal/DESCR new file mode 100644 index 00000000000..6f0c0732e49 --- /dev/null +++ b/time/p5-Date-ICal/DESCR @@ -0,0 +1,2 @@ +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. diff --git a/time/p5-Date-ICal/Makefile b/time/p5-Date-ICal/Makefile new file mode 100644 index 00000000000..491c7365d44 --- /dev/null +++ b/time/p5-Date-ICal/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:23:39 dmcmahill Exp $ + +DISTNAME= Date-ICal-1.72 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RB/RBOW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rbow/Date-ICal-1.72/ +COMMENT= Perl extension for ICalendar date objects +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Date-Leapyear>=1.03:../../time/p5-Date-Leapyear + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Date/ICal/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Date-ICal/distinfo b/time/p5-Date-ICal/distinfo new file mode 100644 index 00000000000..de2e51d9c65 --- /dev/null +++ b/time/p5-Date-ICal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/18 01:23:39 dmcmahill Exp $ + +SHA1 (Date-ICal-1.72.tar.gz) = ae4389a9969396ae62c002041acf51059cccaadd +RMD160 (Date-ICal-1.72.tar.gz) = 51d48bd05991f1c95dfea2c775bca1ed327c9fa6 +Size (Date-ICal-1.72.tar.gz) = 43895 bytes |