pkgsrc/www/ruby-liquid/Makefile
minskim ab851e78c1 Import ruby19-liquid-2.2.2 as www/ruby-liquid.
Liquid is a Ruby library for rendering safe templates which cannot
affect the security of the server they are rendered on.
2011-05-22 05:55:57 +00:00

13 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/05/22 05:55:57 minskim Exp $
DISTNAME= liquid-2.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
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"