pkgsrc/www/ruby-staticmatic/Makefile
seb 53dbd4c7f0 Initial import of ruby-staticmatic version 0.10.6 in the NetBSD
Packages Collection.

StaticMatic is a framework to develop or prototype static websites.
It provides concise and terse templating with the help of Haml and
helpers build on top of it, Sass support, "partials", a live preview
server for development.
2009-11-01 03:16:58 +00:00

17 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
DISTNAME= staticmatic-0.10.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://staticmatic.rubyforge.org/
COMMENT= Lightweight static site framework
GEM_BUILD= gemspec
DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.0.0:../../textproc/ruby-haml
DEPENDS+= mongrel>=1.1.5:../../www/mongrel
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"