summaryrefslogtreecommitdiff
path: root/textproc/ruby-xpath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-xpath/Makefile')
-rw-r--r--textproc/ruby-xpath/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ruby-xpath/Makefile b/textproc/ruby-xpath/Makefile
new file mode 100644
index 00000000000..088ebfae5f9
--- /dev/null
+++ b/textproc/ruby-xpath/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/07/04 00:23:24 rodent Exp $
+
+DISTNAME= xpath-2.0.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= ruby textproc
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://github.com/jnicklas/xpath
+COMMENT= Ruby DSL for generating XPath expressions
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.3:../../textproc/ruby-nokogiri
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"