aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-13 04:45:22 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-13 04:45:22 +0800
commit3131254696e7a4729dc6019dcabec330e1750b8b (patch)
treeed61a7d0ff7967533525642b37dfc203572a4534 /devel
parenta2b6add97990aa4cccc301d12c511a7cdd73ba66 (diff)
downloadfreebsd-ports-gnome-3131254696e7a4729dc6019dcabec330e1750b8b.tar.gz
freebsd-ports-gnome-3131254696e7a4729dc6019dcabec330e1750b8b.tar.zst
freebsd-ports-gnome-3131254696e7a4729dc6019dcabec330e1750b8b.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-drydock/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rubygem-drydock/Makefile b/devel/rubygem-drydock/Makefile
index 329849112647..ce35965b645c 100644
--- a/devel/rubygem-drydock/Makefile
+++ b/devel/rubygem-drydock/Makefile
@@ -3,6 +3,7 @@
PORTNAME= drydock
PORTVERSION= 0.6.9
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,10 +11,13 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
+USES= shebangfix
RUBYGEM_AUTOPLIST= yes
+SHEBANG_FILES= bin/example
.include <bsd.port.mk>