summaryrefslogtreecommitdiff
path: root/shells/xsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/xsh/Makefile')
-rw-r--r--shells/xsh/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile
new file mode 100644
index 00000000000..d1604457466
--- /dev/null
+++ b/shells/xsh/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 02:06:23 xtraeme Exp $
+
+DISTNAME= XML-XSH-1.8.2
+PKGNAME= ${DISTNAME:S/XML-XSH/xsh/}
+CATEGORIES= shells
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/}
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://xsh.sourceforge.net/
+COMMENT= XML Editing Shell
+
+DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
+DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine
+DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
+DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator
+DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter
+DEPENDS+= p5-XML-LibXML-XPathContext-[0-9]*:../../textproc/p5-XML-LibXML-XPathContext
+
+USE_PERL5= yes
+USE_GNU_TOOLS+= make
+USE_BUILDLINK3= yes
+PKG_SHELL= ${PREFIX}/bin/xsh
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XSH/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"