pkgsrc/textproc/ruby-haml/Makefile
taca e7653beaa2 textproc/ruby-haml: update to 5.0.4
## 5.0.4

Released on October 13, 2017
([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).

* Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github.com/haml/haml/pull/958) (thanks [Timo Göllner](https://github.com/TeaMoe))
* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
2018-03-14 15:41:36 +00:00

17 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/03/14 15:41:36 taca Exp $
DISTNAME= haml-5.0.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://haml.info/
COMMENT= XHTML & CSS markup language & template engine
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-temple>=0.8.0:../../textproc/ruby-temple
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"