summaryrefslogtreecommitdiff
path: root/www/rubygem-bootstrap-sass/Makefile
blob: beddf8db7717c889e747e5341790113fa4b3404d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	bootstrap-sass
PORTVERSION=	3.0.2.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Twitter's Bootstrap

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>