summaryrefslogtreecommitdiff
path: root/time/p5-Time-Warp/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-09-10 16:48:52 +0000
committerseb <seb@pkgsrc.org>2008-09-10 16:48:52 +0000
commit625a4c6ee8594da376814713a43b7933ff54f105 (patch)
tree049b6eb019887bb8e82a2aef74fd62cbc41f34e4 /time/p5-Time-Warp/Makefile
parent0da04b1f39fe1021cdc4a323ef4b69dd02ab1073 (diff)
downloadpkgsrc-625a4c6ee8594da376814713a43b7933ff54f105.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/p5-Time-Warp/Makefile')
-rw-r--r--time/p5-Time-Warp/Makefile17
1 files changed, 17 insertions, 0 deletions
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"