summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Calc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Date-Calc/Makefile')
-rw-r--r--devel/p5-Date-Calc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile
new file mode 100644
index 00000000000..5407c9d5eaf
--- /dev/null
+++ b/devel/p5-Date-Calc/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/28 12:08:17 simonb Exp $
+#
+
+DISTNAME= Date-Calc-4.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.engelschall.com/u/sb/download/
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"