diff options
author | seb <seb@pkgsrc.org> | 2008-09-10 16:48:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-10 16:48:52 +0000 |
commit | ee74afaa706c437cb864429b0f33ae9232f61278 (patch) | |
tree | 049b6eb019887bb8e82a2aef74fd62cbc41f34e4 /time | |
parent | 2e82cf1c78f7c9d198b3b40db6f6a42009d73f55 (diff) | |
download | pkgsrc-ee74afaa706c437cb864429b0f33ae9232f61278.tar.gz |
Initial import of p5-Time-Warp version 0.5 in the NetBSD Packages
Collection.
The Perl 5 module Time::Warp offers developers control over the
measurement of time.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Warp/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Time-Warp/Makefile | 17 | ||||
-rw-r--r-- | time/p5-Time-Warp/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/time/p5-Time-Warp/DESCR b/time/p5-Time-Warp/DESCR new file mode 100644 index 00000000000..3469760caf5 --- /dev/null +++ b/time/p5-Time-Warp/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Time::Warp offers developers control over the +measurement of time. diff --git a/time/p5-Time-Warp/Makefile b/time/p5-Time-Warp/Makefile new file mode 100644 index 00000000000..a6ea8b0bafa --- /dev/null +++ b/time/p5-Time-Warp/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 16:48:52 seb Exp $ + +DISTNAME= Time-Warp-0.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Time-Warp/ +COMMENT= Perl 5 module to control the flow of time + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Time/Warp/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Warp/distinfo b/time/p5-Time-Warp/distinfo new file mode 100644 index 00000000000..d0fa42c77fb --- /dev/null +++ b/time/p5-Time-Warp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/10 16:48:52 seb Exp $ + +SHA1 (Time-Warp-0.5.tar.gz) = 0fd3e16c80a41228364d08978cc45b6391c7d02d +RMD160 (Time-Warp-0.5.tar.gz) = 03476bd1656e07bf4b43562a2356d7aedf95f3b9 +Size (Time-Warp-0.5.tar.gz) = 3096 bytes |