7ad7b092b1
Feature safe: yes
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection makefile for: rubygem-sass
|
|
# Date created: 2011-05-06
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sass
|
|
PORTVERSION= 3.1.11
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass is an extension of CSS3
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/sass bin/sass-convert bin/scss
|
|
|
|
.include <bsd.port.mk>
|