mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/textproc/rubygem-sass/Makefile 430165 2016-12-31 20:56:40Z swills $
|
|
|
|
PORTNAME= sass
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass is an extension of CSS3
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/sass bin/sass-convert bin/scss
|
|
|
|
.include <bsd.port.mk>
|