summaryrefslogtreecommitdiff
path: root/time/p5-Time/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-07-04 22:04:19 +0000
committertron <tron>2002-07-04 22:04:19 +0000
commit762b5e628edacb252ca3cd6b730780e8518a8533 (patch)
tree94f88c23549429244f5411bf887bb9bd8cd28d3c /time/p5-Time/Makefile
parent9bdfe80716795ff5a73f62d35e9cea4b63f7ed4a (diff)
downloadpkgsrc-762b5e628edacb252ca3cd6b730780e8518a8533.tar.gz
Import new "p5-Time" package:
perl5 functions to convert and use time variables This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
Diffstat (limited to 'time/p5-Time/Makefile')
-rw-r--r--time/p5-Time/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile
new file mode 100644
index 00000000000..4563b0f794e
--- /dev/null
+++ b/time/p5-Time/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/04 22:04:19 tron Exp $
+
+DISTNAME= Time-modules-101.062101
+PKGNAME= p5-${DISTNAME:S/modules-//}
+SVR4_PKGNAME= p5tim
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 functions to convert and use time variables
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time-modules/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"