765b996224
- Add LICENSE_FILE
19 lines
318 B
Makefile
19 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rex-core
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Core libraries required for the Ruby Exploitation(Rex) Suite
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|