mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
25 lines
619 B
Makefile
25 lines
619 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sass-rails
|
|
PORTVERSION= 4.0.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass adapter for the Rails asset pipeline
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4 \
|
|
rubygem-sass32>=3.2.0:${PORTSDIR}/textproc/rubygem-sass32 \
|
|
rubygem-sprockets211>=2.11:${PORTSDIR}/devel/rubygem-sprockets211 \
|
|
rubygem-sprockets-rails>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|