d5724b4fa9
There is no summry of changes. Please refer https://github.com/chriseppstein/compass in detail.
19 lines
595 B
Makefile
19 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/08/13 00:28:13 taca Exp $
|
|
|
|
DISTNAME= compass-0.11.5
|
|
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
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sass>=3.1<4:../../www/ruby-sass
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.1<2:../../graphics/ruby-chunky_png
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fssm>=0.2.7:../../sysutils/ruby-fssm
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-compass-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|