## 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)
17 lines
470 B
Makefile
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"
|