forked from Lainports/freebsd-ports
- Fix LICENSE - Update WWW Changes: https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bootstrap-sass
|
|
PORTVERSION= 3.3.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Twitter's Bootstrap
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-autoprefixer-rails>=5.0.0.1:${PORTSDIR}/textproc/rubygem-autoprefixer-rails \
|
|
rubygem-sass>=3.2.19:${PORTSDIR}/textproc/rubygem-sass
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|