Update ruby-erubi to 1.9.0. pkgsrc change: add "USE_LANGUAGES= # none". === 1.9.0 (2019-09-25) * Change default :bufvar from 'String.new' to '::String.new' to work with BasicObject (jeremyevans)
14 lines
321 B
Makefile
14 lines
321 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/24 16:46:59 taca Exp $
|
|
|
|
DISTNAME= erubi-1.9.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jeremyevans/erubi
|
|
COMMENT= Small ERB Implementation
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|