diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-03-16 19:10:01 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-03-16 19:10:01 +0000 |
commit | f3360f6524e88f6e8ca5da0a96dc94f111cc1197 (patch) | |
tree | 7122ef3ec31e90c19aa5f76b84b3524748537361 /time | |
parent | 1be5366692e9026cc22e1d193fa024b8cc82c3b2 (diff) | |
download | pkgsrc-f3360f6524e88f6e8ca5da0a96dc94f111cc1197.tar.gz |
Add Calendar::Simple Perl version in version 1.19
Perl extension to create simple calendars. A very simple module that
exports one function called calendar.
Approved-by: cube
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Calendar-Simple/DESCR | 1 | ||||
-rw-r--r-- | time/p5-Calendar-Simple/Makefile | 17 | ||||
-rw-r--r-- | time/p5-Calendar-Simple/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Calendar-Simple/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/time/p5-Calendar-Simple/DESCR b/time/p5-Calendar-Simple/DESCR new file mode 100644 index 00000000000..76d0b9bb646 --- /dev/null +++ b/time/p5-Calendar-Simple/DESCR @@ -0,0 +1 @@ +Perl extension to create simple calendars diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile new file mode 100644 index 00000000000..45ee8d94305 --- /dev/null +++ b/time/p5-Calendar-Simple/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ + +DISTNAME= Calendar-Simple-1.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Calendar/} + +MAINTAINER= tonnerre@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Calendar-Simple/ +COMMENT= Perl extension to create simple calendars + +PERL5_PACKLIST= auto/Calendar/Simple/.packlist + +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Calendar-Simple/PLIST b/time/p5-Calendar-Simple/PLIST new file mode 100644 index 00000000000..ba51014806b --- /dev/null +++ b/time/p5-Calendar-Simple/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ diff --git a/time/p5-Calendar-Simple/distinfo b/time/p5-Calendar-Simple/distinfo new file mode 100644 index 00000000000..26cf81fcbe1 --- /dev/null +++ b/time/p5-Calendar-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ + +SHA1 (Calendar-Simple-1.17.tar.gz) = 82a113ebf4f44250457bffe0c4938569807e19d8 +RMD160 (Calendar-Simple-1.17.tar.gz) = ef72e40426ae09816600889364cec9eca8428f26 +Size (Calendar-Simple-1.17.tar.gz) = 6507 bytes |