0ec14625da
## 2.5.0 / 2013-03-06 * Prevent Object methods from being called on drops * Avoid symbol injection from liquid * Added break and continue statements * Fix filter parser for args without space separators * Add support for filter keyword arguments
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/03/14 16:47:49 taca Exp $
|
|
|
|
DISTNAME= liquid-2.5.0
|
|
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"
|