blob: 27cc8227714cd4e7c70d167a69283d7de3644acf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rubygem-sass
# Date created: 2011-05-06
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sass
PORTVERSION= 3.1.1
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= swills@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
.include <bsd.port.mk>
|