summaryrefslogtreecommitdiff
path: root/devel/ruby-thor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-thor/Makefile')
-rw-r--r--devel/ruby-thor/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-thor/Makefile b/devel/ruby-thor/Makefile
index c3aac4b305d..68e42ce755b 100644
--- a/devel/ruby-thor/Makefile
+++ b/devel/ruby-thor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2014/08/27 00:04:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2017/03/20 12:48:32 taca Exp $
-DISTNAME= thor-0.19.1
+DISTNAME= thor-0.19.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,5 +10,7 @@ LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-thor-[0-9]*
+RUBYGEM_OPTIONS+= --format-executable
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"