forked from Lainports/freebsd-ports
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sass-rails
|
|
PORTVERSION= 3.2.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass adapter for the Rails asset pipeline
|
|
|
|
RUN_DEPENDS= rubygem-sass>=3.2.6:${PORTSDIR}/textproc/rubygem-sass \
|
|
rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|