- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-08-18 19:15:01 +00:00
parent f3a8f2636c
commit 2bde6ee82a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394639

View File

@ -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>