diff options
Diffstat (limited to 'devel')
-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> |