mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# Created by: Tom Judge <tom@tomjudge.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= razorback-scriptNugget
|
|
PORTVERSION= 0.5.0
|
|
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}
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|