pkgsrc/www/ruby-liquid/Makefile
taca e8c3ef2fdb Update ruby-liquid to 2.4.1.
# Liquid Version History

## 2.4.0 / 2012-08-03

* Performance improvements
* Allow filters in `assign`
* Add `modulo` filter
* Ruby 1.8, 1.9, and Rubinius compatibility fixes
* Add support for `quoted['references']` in `tablerow`
* Add support for Enumerable to `tablerow`
* `strip_html` filter removes html comments
2012-09-16 13:37:52 +00:00

13 lines
337 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/09/16 13:37:52 taca Exp $
DISTNAME= liquid-2.4.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.liquidmarkup.org/
COMMENT= Ruby library for rendering safe templates
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"