diff options
author | markd <markd> | 2007-06-06 12:10:54 +0000 |
---|---|---|
committer | markd <markd> | 2007-06-06 12:10:54 +0000 |
commit | 73158f03c9578c2dab12f11b2b1a488ac2ab6218 (patch) | |
tree | 8606e387cf22a89f8870c4737b3af97d6e67f217 /time | |
parent | 411d8862d164d8388f3c50c6c8a65335a2689ef2 (diff) | |
download | pkgsrc-73158f03c9578c2dab12f11b2b1a488ac2ab6218.tar.gz |
Import p5-DateTime-Event-ICal version 0.09
This module aims to support rfc2445 style recurrences, such as
'last friday of march'.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Event-ICal/DESCR | 2 | ||||
-rw-r--r-- | time/p5-DateTime-Event-ICal/Makefile | 20 | ||||
-rw-r--r-- | time/p5-DateTime-Event-ICal/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Event-ICal/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/time/p5-DateTime-Event-ICal/DESCR b/time/p5-DateTime-Event-ICal/DESCR new file mode 100644 index 00000000000..4f1ba7f47d0 --- /dev/null +++ b/time/p5-DateTime-Event-ICal/DESCR @@ -0,0 +1,2 @@ +This module aims to support rfc2445 style recurrences, such as +'last friday of march'. diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile new file mode 100644 index 00000000000..27e868580d3 --- /dev/null +++ b/time/p5-DateTime-Event-ICal/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/06 12:10:54 markd Exp $ + +DISTNAME= DateTime-Event-ICal-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-ICal +COMMENT= DateTime extension for computing rfc2445 recurrences + +DEPENDS+= p5-DateTime>=0.36:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Event-Recurrence>=0.16:../../time/p5-DateTime-Event-Recurrence + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/DateTime/Event/ICal/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Event-ICal/PLIST b/time/p5-DateTime-Event-ICal/PLIST new file mode 100644 index 00000000000..3c30870e487 --- /dev/null +++ b/time/p5-DateTime-Event-ICal/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/06 12:10:54 markd Exp $ diff --git a/time/p5-DateTime-Event-ICal/distinfo b/time/p5-DateTime-Event-ICal/distinfo new file mode 100644 index 00000000000..d5ce2d01947 --- /dev/null +++ b/time/p5-DateTime-Event-ICal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/06 12:10:54 markd Exp $ + +SHA1 (DateTime-Event-ICal-0.09.tar.gz) = 46333f2609b8999a84b9cb73a6687f36e1567be5 +RMD160 (DateTime-Event-ICal-0.09.tar.gz) = be33d39ca2ab04d066e6e4e1a1f38e809ebaa0cc +Size (DateTime-Event-ICal-0.09.tar.gz) = 24169 bytes |