e6033c15a3
Update ruby-builder to 3.2.4. == Version 3.2.3 (2017-01-13) * Support for Ruby 2.4 == Version 3.2.2 (2013-06-01 * Misc minor fixes == Version 3.2.1 (2013-05-30) * Travis & Rdoc fixes == Version 3.2.0 (2013-02-23) * Ruby 2.0 compatibility changes. * Allow single quoted attributes.
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/06/15 15:02:11 taca Exp $
|
|
|
|
DISTNAME= builder-3.2.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://onestepback.org/
|
|
COMMENT= Programatic generation of XML markup in Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|