diff options
author | mjl <mjl> | 2003-05-15 11:52:07 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-05-15 11:52:07 +0000 |
commit | b6ba090f6b703d1bacf704fc23e73013bc0592d4 (patch) | |
tree | facfcc90b0035c1ca879a31bac87dcc8dbce0af6 /time | |
parent | 3eb7b5f631fbb65bfc582e54536fb174e4fbe601 (diff) | |
download | pkgsrc-b6ba090f6b703d1bacf704fc23e73013bc0592d4.tar.gz |
Initial import of p5-Time-Period 1.20.
Period.pm is a Perl module to deal with time periods.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Period/DESCR | 1 | ||||
-rw-r--r-- | time/p5-Time-Period/Makefile | 16 | ||||
-rw-r--r-- | time/p5-Time-Period/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time-Period/distinfo | 4 |
4 files changed, 22 insertions, 0 deletions
diff --git a/time/p5-Time-Period/DESCR b/time/p5-Time-Period/DESCR new file mode 100644 index 00000000000..2cc911117fb --- /dev/null +++ b/time/p5-Time-Period/DESCR @@ -0,0 +1 @@ +Period.pm is a Perl module to deal with time periods. diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile new file mode 100644 index 00000000000..c1b96ebc3ca --- /dev/null +++ b/time/p5-Time-Period/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 11:52:07 mjl Exp $ + +DISTNAME= Period-1.20 +PKGNAME= p5-Time-${DISTNAME} +SVR4_PKGNAME= p5per +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module to deal with time periods + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/Period/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Period/PLIST b/time/p5-Time-Period/PLIST new file mode 100644 index 00000000000..ca5debde14a --- /dev/null +++ b/time/p5-Time-Period/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/15 11:52:07 mjl Exp $ diff --git a/time/p5-Time-Period/distinfo b/time/p5-Time-Period/distinfo new file mode 100644 index 00000000000..007bed7be08 --- /dev/null +++ b/time/p5-Time-Period/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/15 11:52:07 mjl Exp $ + +SHA1 (Period-1.20.tar.gz) = 98d324e9858debfa918d60892600650230a86e87 +Size (Period-1.20.tar.gz) = 10711 bytes |