mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bootstrap-sass
|
|
PORTVERSION= 3.2.0.2
|
|
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>
|