aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-shoulda-matchers/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/rubygem-shoulda-matchers/Makefile b/devel/rubygem-shoulda-matchers/Makefile
index 1f80aed8ebd0..261d4cb4e16b 100644
--- a/devel/rubygem-shoulda-matchers/Makefile
+++ b/devel/rubygem-shoulda-matchers/Makefile
@@ -3,6 +3,7 @@
PORTNAME= shoulda-matchers
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -18,5 +19,9 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= script/install_gems_in_all_appraisals \
+ script/run_all_tests \
+ script/update_gem_in_all_appraisals
.include <bsd.port.mk>