summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Manip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Date-Manip/Makefile')
-rw-r--r--devel/p5-Date-Manip/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile
new file mode 100644
index 00000000000..3f1a2eee5b0
--- /dev/null
+++ b/devel/p5-Date-Manip/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/07 23:15:57 jwise Exp $
+#
+
+DISTNAME= DateManip-5.37
+PKGNAME= p5-Date-Manip-5.37
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cpan.org/
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"