devel/rubygem-rspec-its: Fix shebang

PR:		223696
Submitted by:	prj@rootwyrm.com
Reviewed by:	naito.yuichiro@gmail.com (maintainer)
Approved by:	olivier (mentor)
MFH:		2017Q4
Differential Revision:	https://reviews.freebsd.org/D13167
This commit is contained in:
Luca Pizzamiglio 2017-11-21 12:43:10 +00:00
parent 8b5aa6ef40
commit 72d21b9c38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454606

View file

@ -3,6 +3,7 @@
PORTNAME= rspec-its
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -16,7 +17,10 @@ RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
NO_ARCH= yes
USES= gem shebangfix
bash_CMD= ${SH}
SHEBANG_FILES= script/test_all
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>