summaryrefslogtreecommitdiff
path: root/time/p5-Time-Clock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-Time-Clock/Makefile')
-rw-r--r--time/p5-Time-Clock/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/time/p5-Time-Clock/Makefile b/time/p5-Time-Clock/Makefile
new file mode 100644
index 00000000000..15c985629f3
--- /dev/null
+++ b/time/p5-Time-Clock/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:18:16 abs Exp $
+
+DISTNAME= Time-Clock-0.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Time-Clock/
+COMMENT= Twenty-four hour clock object with nanosecond precision
+
+PERL5_PACKLIST= auto/Time/Clock/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"