90c7221aa9
Packages Collection. Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS. It allows you to mix and match any of the following CSS frameworks: Compass Core, Blueprint, YUI, 960. Other frameworks can be added relatively easily. It integrates simply with technologies like Rails, Merb, etc.
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/31 19:40:17 seb Exp $
|
|
|
|
DISTNAME= chriseppstein-compass-0.8.17
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^chriseppstein-//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://gems.github.com/gems/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://compass-style.org/
|
|
COMMENT= Stylesheet authoring framework based on Sass
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.2.0:../../textproc/ruby-haml
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|