aboutsummaryrefslogtreecommitdiff
path: root/games/rubygem-vimgolf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rubygem-vimgolf/Makefile')
-rw-r--r--games/rubygem-vimgolf/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/games/rubygem-vimgolf/Makefile b/games/rubygem-vimgolf/Makefile
index 78cf4cbed609..6a13c8a12696 100644
--- a/games/rubygem-vimgolf/Makefile
+++ b/games/rubygem-vimgolf/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= vimgolf
-PORTVERSION= 0.4.8
+PORTVERSION= 0.4.9
CATEGORIES= games rubygems
MASTER_SITES= RG
@@ -10,13 +10,14 @@ COMMENT= CLI client for vimgolf.com
LICENSE= MIT
-RUN_DEPENDS= rubygem-thor>=0.14.6:devel/rubygem-thor \
+RUN_DEPENDS= rubygem-highline>=0:devel/rubygem-highline \
rubygem-json_pure>=0:devel/rubygem-json_pure \
- rubygem-highline>=0:devel/rubygem-highline
+ rubygem-thor>=0.14.6:devel/rubygem-thor
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
-PLIST_FILES= bin/vimgolf
+USE_RUBY= yes
+
+NO_ARCH= yes
+PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>