summaryrefslogtreecommitdiff
path: root/time/p5-Time-TAI64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-Time-TAI64/Makefile')
-rw-r--r--time/p5-Time-TAI64/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile
new file mode 100644
index 00000000000..7b9c51b2784
--- /dev/null
+++ b/time/p5-Time-TAI64/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $
+
+DISTNAME= Time-TAI64-2.10
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tt6
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/
+COMMENT= Convert TAI64 strings into standard unix timestamps
+
+BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST= auto/Time/TAI64/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"