summaryrefslogtreecommitdiff
path: root/textproc/ruby-libxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-libxml/Makefile')
-rw-r--r--textproc/ruby-libxml/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
new file mode 100644
index 00000000000..d866551c8c7
--- /dev/null
+++ b/textproc/ruby-libxml/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/11 16:41:23 taca Exp $
+#
+
+DISTNAME= libxml-ruby-0.3.8.4
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
+CATEGORIES= textproc ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/15237/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://libxml.rubyforge.org/
+COMMENT= libxml2 interface module for Ruby
+
+RUBY_HAS_ARCHLIB= yes
+USE_RUBY_EXTCONF= yes
+RUBY_EXTCONF_SUBDIRS= ext/xml
+
+CONFIGURE_ARGS+= --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
+
+.include "../../lang/ruby/modules.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"