1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-08-18 18:21:55 +00:00
parent daf8ebdb5c
commit e261d6abc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394631

View File

@ -3,6 +3,7 @@
PORTNAME= razorback-scriptNugget
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= SF/razorbacktm/Bindings
DISTNAME= scriptNugget-ruby-${PORTVERSION}
@ -16,5 +17,7 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= lib/razorback.rb
.include <bsd.port.mk>