summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Parser/Makefile')
-rw-r--r--textproc/p5-XML-Parser/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
new file mode 100644
index 00000000000..ca72eb5dc04
--- /dev/null
+++ b/textproc/p5-XML-Parser/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 16:13:37 bad Exp $
+#
+
+DISTNAME= XML-Parser-2.23
+PKGNAME= p5-XML-Parser-2.23
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= bad@netbsd.org
+HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html
+
+USE_PERL5= YES
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"