= Release History == 2.8.0 / 2015-01-09 Charlie Savage * Use RbConfig instead of Config in extconf.rb (Robert Haines) * Correct xpath documentation XML (Bill Mill) * Correct from_string method documentation (Bill Mill) * Fix compile error with debug not enabled in libxml (Patrick Ziegler) * Update gemspec to include license (Charlie Savage) * In XML::Writer prevent writing to io while being GCed (Brett Gibson)
21 lines
604 B
Makefile
21 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.22 2015/02/05 15:09:25 taca Exp $
|
|
|
|
DISTNAME= libxml-ruby-2.8.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libxml.rubyforge.org/
|
|
COMMENT= Support module for libxml2 library
|
|
LICENSE= mit
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
CONFIGURE_ARGS+= \
|
|
--with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|