freebsd-ports/www/rubygem-semantic-ui-sass/Makefile
Johannes Jost Meixner e853443263 www/rubygem-semantic-ui-sass: create port
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)
2014-10-04 17:11:50 +00:00

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>