freebsd-ports/www/rubygem-bootstrap-sass/Makefile
Sunpoet Po-Chuan Hsieh d7168f6ffc - Update to 3.3.4.1
- Fix LICENSE
- Update WWW

Changes:	https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md
2015-05-22 20:22:00 +00:00

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>