aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-11 07:06:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-11 07:06:49 +0800
commite4ff0dd980ef9885d3bc88d81c8e802b254b4c94 (patch)
tree8e60a4506ab5f370fce63c223d625311f5bdf2f3
parente37507b38e6cd0f14051c565e9b9901fa6287079 (diff)
downloadfreebsd-ports-gnome-e4ff0dd980ef9885d3bc88d81c8e802b254b4c94.tar.gz
freebsd-ports-gnome-e4ff0dd980ef9885d3bc88d81c8e802b254b4c94.tar.zst
freebsd-ports-gnome-e4ff0dd980ef9885d3bc88d81c8e802b254b4c94.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
-rw-r--r--textproc/rubygem-linguistics/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/rubygem-linguistics/Makefile b/textproc/rubygem-linguistics/Makefile
index edcb7eb12e4a..99e8722c5059 100644
--- a/textproc/rubygem-linguistics/Makefile
+++ b/textproc/rubygem-linguistics/Makefile
@@ -3,6 +3,7 @@
PORTNAME= linguistics
PORTVERSION= 2.0.4
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework for extending Ruby objects with linguistic methods
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-loggability>=0.11:${PORTSDIR}/textproc/rubygem-loggability
@@ -18,5 +20,8 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= lib/linguistics.rb \
+ lib/linguistics/en/linkparser.rb
.include <bsd.port.mk>