73f8304b4d
0.9.10 - 2017/10/04 * Removing unneeded rb_define_const to fix libxslt 1.30 compatibility XSLT_NORM_SAXON_NAMESPACE is no longer defined in libxslt 1.30
16 lines
478 B
Makefile
16 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/03/17 16:31:14 taca Exp $
|
|
|
|
DISTNAME= ruby-xslt-0.9.10
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/glejeune/ruby-xslt
|
|
COMMENT= Ruby wrapper classes for libxslt
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFIGURE_ARGS= --with-xslt-dir=${BUILDLINK_PREFIX.libxslt}
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|