pkgsrc/textproc/ruby-haml/Makefile
taca 1159e78484 textproc/ruby-haml: update to 5.2.1
5.2.1 (2020-11-30)

* Add in improved "multiline" support for attributes #1043

5.2 (2020-09-28)

* Fix crash in the attribute optimizer when #inspect is overridden in
  TrueClass / FalseClass #972
* Do not HTML-escape templates that are declared to be plaintext #1014
  (Thanks @cesarizu)
* Class names are no longer ordered alphabetically, and now follow a new
  specification as laid out in REFERENCE #306
2021-01-14 14:44:47 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.22 2021/01/14 14:44:47 taca Exp $
DISTNAME= haml-5.2.1
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
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"