e853443263
Semantic UI, converted to Sass and ready to drop into Rails & Compass WWW: https://github.com/doabit/semantic-ui-sass Differential Revision: https://reviews.freebsd.org/D892 Approved by: swills (mentor)
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= semantic-ui-sass
|
|
PORTVERSION= 0.16.1.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Semantic UI, converted to Sass and ready to drop into Rails & Compass
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|