mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
aa06ae6e6b
While here, tell portscout to ignore this port.
22 lines
337 B
Makefile
22 lines
337 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sass
|
|
PORTVERSION= 3.2.19
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 32
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sass is an extension of CSS3
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= ignore
|
|
|
|
.include <bsd.port.mk>
|