aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-compass-rails/Makefile
blob: 35ebf1ff5840b5645b312f1029bf5dade5a1bde1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   compass-rails
PORTVERSION=    2.0.4
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Integrate Compass into Rails 2.3 and up

LICENSE=    MIT

RUN_DEPENDS=    rubygem-compass>=1.0.0:${PORTSDIR}/textproc/rubygem-compass \
        rubygem-sass-rails>=0:${PORTSDIR}/textproc/rubygem-sass-rails \
        rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>