14 lines
352 B
Makefile
14 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"
|