aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-11 06:38:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-11 06:38:49 +0800
commit4c9e292199cbf657032b93f7f35d6993efb509c2 (patch)
treec09f1c36811583774f22bde0bc84c15d2e8acf2c /net
parentcea36ae515e7a57178af9114780d457e64199b45 (diff)
downloadfreebsd-ports-gnome-4c9e292199cbf657032b93f7f35d6993efb509c2.tar.gz
freebsd-ports-gnome-4c9e292199cbf657032b93f7f35d6993efb509c2.tar.zst
freebsd-ports-gnome-4c9e292199cbf657032b93f7f35d6993efb509c2.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-rye/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/rubygem-rye/Makefile b/net/rubygem-rye/Makefile
index 12088fa407ea..08c89c3a36dd 100644
--- a/net/rubygem-rye/Makefile
+++ b/net/rubygem-rye/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rye
PORTVERSION= 0.9.13
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= swills@FreeBSD.org
COMMENT= Safely run SSH commands on a bunch of machines at the same time
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-annoy>=0:${PORTSDIR}/devel/rubygem-annoy \
rubygem-docile>=1.0.1:${PORTSDIR}/devel/rubygem-docile \
@@ -22,5 +24,7 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= try/*.rb tst/*.rb
.include <bsd.port.mk>