ae01e9d9e9
= Release History == 3.1.0 / 2018-02-03 Charlie Savage * Fix segmentation fault when adding one node to another node (Charlie Savage) * Fix deprecated "assert_equal(nil, expected)" calls. #148 and #151. (utilum) * Remove assigned but unused variables. #150 (utilum) * Add Gemfile. #146. (Dorian Marié) * Remove duplicate hash key in setup.rb. #147. (Dorian Marié) * Fix gemspec by requiring Date. #149 (utilum) * Restore default internal encoding after tests are completed. #123 (Charlie Savage) * Remove duplicate method definitions. #145. (Charlie Savage) * Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage) * Rename test files to follow Ruby conventions (Charlie Savage) * Fix handling of node returned by Reader#expand. #142. (Charlie Savage) * Add Travis Build support (Charlie Savage) * Fix Fixnum deprecation (Charlie Savage) * Cleanup schema code (Charlie Savage) * Update Visual Studio project to 2017 (Charlie Savage)
21 lines
611 B
Makefile
21 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.26 2018/03/14 15:42:36 taca Exp $
|
|
|
|
DISTNAME= libxml-ruby-3.1.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xml4r.github.io/libxml-ruby/
|
|
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"
|