aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-sass32
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-03-31 09:03:17 +0800
committerswills <swills@FreeBSD.org>2014-03-31 09:03:17 +0800
commitb5da48463fc60a58ae51719b5fbb1df6f5f09379 (patch)
tree7f0e837ea63025bad551e2a2b05f0528c3fbc0e9 /textproc/rubygem-sass32
parent7e8c007068e5daa043028358db2f72baf8cdedb0 (diff)
downloadfreebsd-ports-gnome-b5da48463fc60a58ae51719b5fbb1df6f5f09379.tar.gz
freebsd-ports-gnome-b5da48463fc60a58ae51719b5fbb1df6f5f09379.tar.zst
freebsd-ports-gnome-b5da48463fc60a58ae51719b5fbb1df6f5f09379.zip
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. This older version will be used by rubygem-compass. WWW: http://sass-lang.com/
Diffstat (limited to 'textproc/rubygem-sass32')
-rw-r--r--textproc/rubygem-sass32/Makefile21
-rw-r--r--textproc/rubygem-sass32/distinfo2
-rw-r--r--textproc/rubygem-sass32/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/rubygem-sass32/Makefile b/textproc/rubygem-sass32/Makefile
new file mode 100644
index 000000000000..dcf3fcfab313
--- /dev/null
+++ b/textproc/rubygem-sass32/Makefile
@@ -0,0 +1,21 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sass
+PORTVERSION= 3.2.17
+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
+
+PLIST_FILES= bin/sass bin/sass-convert bin/scss
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sass32/distinfo b/textproc/rubygem-sass32/distinfo
new file mode 100644
index 000000000000..26ad5eb1e6f1
--- /dev/null
+++ b/textproc/rubygem-sass32/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sass-3.2.17.gem) = 20cd7bdfcd1d7996d001c341c9b359ab8711ea36d2e2a4cfc79df9059a0dab79
+SIZE (rubygem/sass-3.2.17.gem) = 260608
diff --git a/textproc/rubygem-sass32/pkg-descr b/textproc/rubygem-sass32/pkg-descr
new file mode 100644
index 000000000000..4fd167d99586
--- /dev/null
+++ b/textproc/rubygem-sass32/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/