summaryrefslogtreecommitdiff
path: root/devel/rubygem-drydock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-drydock/Makefile')
-rw-r--r--devel/rubygem-drydock/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/rubygem-drydock/Makefile b/devel/rubygem-drydock/Makefile
index a5953ada5c96..0a66e8a21d5b 100644
--- a/devel/rubygem-drydock/Makefile
+++ b/devel/rubygem-drydock/Makefile
@@ -1,21 +1,24 @@
PORTNAME= drydock
-PORTVERSION= 0.6.9
-PORTREVISION= 1
+PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
-WWW= https://delanotes.com/drydock/ \
- https://github.com/delano/drydock
+WWW= https://github.com/delano/drydock
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+RUN_DEPENDS= rubygem-ostruct>=0.6<1:devel/rubygem-ostruct
+
USES= gem shebangfix
NO_ARCH= yes
SHEBANG_FILES= bin/example
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/example
+
.include <bsd.port.mk>