freebsd-ports/textproc/rubygem-sass/Makefile

23 lines
407 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-sass
# Date created: 2011-05-06
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sass
2011-07-31 22:40:16 +02:00
PORTVERSION= 3.1.5
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>