aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-linguistics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:06:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:06:49 +0000
commitbf4564e17f37b5f430e3c37e02632664986cf948 (patch)
tree8e60a4506ab5f370fce63c223d625311f5bdf2f3 /textproc/rubygem-linguistics
parent9111ae9c262b29d754da4ee94896fd76a738b16b (diff)
downloadports-bf4564e17f37b5f430e3c37e02632664986cf948.tar.gz
ports-bf4564e17f37b5f430e3c37e02632664986cf948.zip
Notes
Diffstat (limited to 'textproc/rubygem-linguistics')
-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>