freebsd-ports/security/rubygem-rex-core/Makefile
Antoine Brodin 765b996224 - Update to 0.1.9
- Add LICENSE_FILE
2017-04-27 21:25:41 +00:00

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>