freebsd-ports/textproc/rubygem-sass/Makefile

21 lines
349 B
Makefile
Raw Normal View History

2013-02-24 20:29:03 +01:00
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sass
2014-01-21 04:02:18 +01:00
PORTVERSION= 3.2.13
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sass is an extension of CSS3
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
2011-10-01 21:22:20 +02:00
PLIST_FILES= bin/sass bin/sass-convert bin/scss
.include <bsd.port.mk>