diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-sass34/Makefile | 26 | ||||
-rw-r--r-- | textproc/rubygem-sass34/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-sass34/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ecdb86d55668..d4c169c92e6e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1558,6 +1558,7 @@ SUBDIR += rubygem-sass-rails-rails50 SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 + SUBDIR += rubygem-sass34 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint SUBDIR += rubygem-shell2html diff --git a/textproc/rubygem-sass34/Makefile b/textproc/rubygem-sass34/Makefile new file mode 100644 index 000000000000..8f6484fbe28c --- /dev/null +++ b/textproc/rubygem-sass34/Makefile @@ -0,0 +1,26 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sass +PORTVERSION= 3.4.25 +CATEGORIES= textproc ruby +MASTER_SITES= RG +PKGNAMESUFFIX= 34 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Sass is an extension of CSS3 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +PORTSCOUT= limit:^3\.2\. + +NO_ARCH= yes + +USES= gem shebangfix +USE_RUBY= yes +SHEBANG_FILES= extra/sass-spec-ref.sh + +PLIST_FILES= bin/sass bin/sass-convert bin/scss + +.include <bsd.port.mk> diff --git a/textproc/rubygem-sass34/distinfo b/textproc/rubygem-sass34/distinfo new file mode 100644 index 000000000000..93e4c695ca4f --- /dev/null +++ b/textproc/rubygem-sass34/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1499518820 +SHA256 (rubygem/sass-3.4.25.gem) = 7cd272c39bfa3a52fbfc2685f38697099971a8dc933e1c10a384bf862067d74d +SIZE (rubygem/sass-3.4.25.gem) = 352768 diff --git a/textproc/rubygem-sass34/pkg-descr b/textproc/rubygem-sass34/pkg-descr new file mode 100644 index 000000000000..c231cefd8246 --- /dev/null +++ b/textproc/rubygem-sass34/pkg-descr @@ -0,0 +1,5 @@ +Sass is an extension of CSS3, adding nested rules, variables, mixins, selector +inheritance, and more. It's translated to well-formatted, standard CSS using +the command line tool or a web-framework plugin. + +WWW: http://sass-lang.com/ |