diff options
author | cube <cube> | 2005-01-25 14:09:39 +0000 |
---|---|---|
committer | cube <cube> | 2005-01-25 14:09:39 +0000 |
commit | 9f4555933c908fda53b4c09802e283e357797840 (patch) | |
tree | d2106f0240f3bd9c8e8de8cc0a9e42f180e045b2 /math | |
parent | 5bff31173b1cec2da2e354ba160d9b6d08451d7d (diff) | |
download | pkgsrc-9f4555933c908fda53b4c09802e283e357797840.tar.gz |
Initial import of p5-Set-Crontab, version 1.00, into the NetBSD Packages
Collection.
Set::Crontab parses crontab-style lists of integers and defines
some utility functions to make it easier to deal with them.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-Crontab/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Set-Crontab/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Set-Crontab/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Set-Crontab/distinfo | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Set-Crontab/DESCR b/math/p5-Set-Crontab/DESCR new file mode 100644 index 00000000000..34cd4cddbbf --- /dev/null +++ b/math/p5-Set-Crontab/DESCR @@ -0,0 +1,2 @@ +Set::Crontab parses crontab-style lists of integers and defines +some utility functions to make it easier to deal with them. diff --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile new file mode 100644 index 00000000000..e5ed29e8572 --- /dev/null +++ b/math/p5-Set-Crontab/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $ + +DISTNAME= Set-Crontab-1.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Set-Crontab/ +COMMENT= Perl module to parse crontab(5)-like lists of integers + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Crontab/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Set-Crontab/PLIST b/math/p5-Set-Crontab/PLIST new file mode 100644 index 00000000000..6b998cbd7fa --- /dev/null +++ b/math/p5-Set-Crontab/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $ diff --git a/math/p5-Set-Crontab/distinfo b/math/p5-Set-Crontab/distinfo new file mode 100644 index 00000000000..c85009ab455 --- /dev/null +++ b/math/p5-Set-Crontab/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $ + +SHA1 (Set-Crontab-1.00.tar.gz) = 999671299f4f5a56f14f95462e863fb7571a64f7 +Size (Set-Crontab-1.00.tar.gz) = 2446 bytes |