aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sass
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:49:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:49:51 +0000
commitf4f6269df52561d3148ae57c9b416c4476199a2e (patch)
tree8e4f2678b3bc5c26e62a16cfe7daa7cd9513aec2 /textproc/rubygem-sass
parentb470f47c18a74255920bccb2c0d59ccec0a73608 (diff)
downloadports-f4f6269df52561d3148ae57c9b416c4476199a2e.tar.gz
ports-f4f6269df52561d3148ae57c9b416c4476199a2e.zip
Take maintainership
Notes
Notes: svn path=/head/; revision=508638
Diffstat (limited to 'textproc/rubygem-sass')
-rw-r--r--textproc/rubygem-sass/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/rubygem-sass/Makefile b/textproc/rubygem-sass/Makefile
index cbbbe1164efe..484c7d82ce77 100644
--- a/textproc/rubygem-sass/Makefile
+++ b/textproc/rubygem-sass/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 3.5.7
CATEGORIES= textproc ruby
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sass is an extension of CSS3
LICENSE= MIT
@@ -14,14 +14,16 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-sass-listen>=4.0.0:textproc/rubygem-sass-listen
-# bin/sass bin/sass-convert bin/scss
-CONFLICTS_INSTALL= rubygem-sass34
-
-NO_ARCH= yes
USES= gem shebangfix
USE_RUBY= yes
-SHEBANG_FILES= extra/sass-spec-ref.sh
+
+NO_ARCH= yes
PLIST_FILES= bin/sass bin/sass-convert bin/scss
+# bin/sass bin/sass-convert bin/scss
+CONFLICTS_INSTALL= rubygem-sass34
+
+SHEBANG_FILES= extra/sass-spec-ref.sh
+
.include <bsd.port.mk>