aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sass-listen
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:49:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:49:56 +0000
commitb38aeec2f9bf85db4b0ac261aa5a6c4a90cbdaec (patch)
tree9d77fb001957e2c6283b3efaea65e1b216b26e1a /textproc/rubygem-sass-listen
parentf4f6269df52561d3148ae57c9b416c4476199a2e (diff)
downloadports-b38aeec2f9bf85db4b0ac261aa5a6c4a90cbdaec.tar.gz
ports-b38aeec2f9bf85db4b0ac261aa5a6c4a90cbdaec.zip
Add LICENSE_FILE
- Take maintainership
Notes
Notes: svn path=/head/; revision=508639
Diffstat (limited to 'textproc/rubygem-sass-listen')
-rw-r--r--textproc/rubygem-sass-listen/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-sass-listen/Makefile b/textproc/rubygem-sass-listen/Makefile
index 5c344ba4730e..f1c247e5bd5f 100644
--- a/textproc/rubygem-sass-listen/Makefile
+++ b/textproc/rubygem-sass-listen/Makefile
@@ -5,17 +5,18 @@ PORTVERSION= 4.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Listens to file modifications
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rb-fsevent>=0.9.4:devel/rubygem-rb-fsevent \
rubygem-rb-inotify>=0.9.7:devel/rubygem-rb-inotify
-NO_ARCH= yes
-
USES= gem
USE_RUBY= yes
+NO_ARCH= yes
+
.include <bsd.port.mk>