diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-12 20:45:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-12 20:45:22 +0000 |
commit | cff4d81d0a90163bb928b102e324e1248f9360ff (patch) | |
tree | ed61a7d0ff7967533525642b37dfc203572a4534 | |
parent | - Fix plist (diff) |
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=394037
-rw-r--r-- | devel/rubygem-drydock/Makefile | 4 |
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> |