summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r--textproc/ruby-nokogiri/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
new file mode 100644
index 00000000000..062916d8175
--- /dev/null
+++ b/textproc/ruby-nokogiri/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 13:47:29 fhajny Exp $
+
+DISTNAME= nokogiri-1.4.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://nokogiri.rubyforge.org/
+COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GEM_BUILD= gemspec
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"