freebsd-ports/security/rubygem-razorback-scriptNugget/Makefile
Dmitry Marakasov e261d6abc0 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-18 18:21:55 +00:00

23 lines
508 B
Makefile

# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
PORTNAME= razorback-scriptNugget
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= SF/razorbacktm/Bindings
DISTNAME= scriptNugget-ruby-${PORTVERSION}
MAINTAINER= tj@FreeBSD.org
COMMENT= Framework for an intelligence driven security - Script Nugget Ruby
GEM_NAME= ${DISTNAME}
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= lib/razorback.rb
.include <bsd.port.mk>