aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:09:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 23:09:20 +0000
commit8ab9669e1eeda9d35768a3bba8a106c9a022492c (patch)
tree5c0e857f5c136131723e548c728c3e1271f0cd51
parent70d0d0b4bd5c40ea087b85f7f280b480c80c4fa1 (diff)
downloadports-8ab9669e1eeda9d35768a3bba8a106c9a022492c.tar.gz
ports-8ab9669e1eeda9d35768a3bba8a106c9a022492c.zip
MFH: r396633
- Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=396636
-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 d87363057d3d..a9cdce0fea69 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,11 +11,15 @@ 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
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>