maintainance of CSS. WWW: http://compass-style.org/ PR: ports/161469 Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# New ports collection makefile for: rubygem-compass
|
|
# Date created: 2011-10-07
|
|
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= compass
|
|
PORTVERSION= 0.11.5
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jhelfman@experts-exchange.com
|
|
COMMENT= Provides an open-source CSS authoring framework
|
|
|
|
RUN_DEPENDS= rubygem-sass>=3.1.8:${PORTSDIR}/textproc/rubygem-sass \
|
|
rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \
|
|
rubygem-chunky_png>=1.2.5:${PORTSDIR}/graphics/rubygem-chunky_png
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/compass
|
|
|
|
.include <bsd.port.mk>
|