mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sass-rails
|
|
PORTVERSION= 3.2.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass adapter for the Rails asset pipeline
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties \
|
|
rubygem-sass>=3.1.10:${PORTSDIR}/textproc/rubygem-sass \
|
|
rubygem-tilt>=1.3:${PORTSDIR}/devel/rubygem-tilt
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|