freebsd-ports/security/rubygem-nexpose/Makefile
Antoine Brodin 82986cc2f2 New port: security/rubygem-nexpose
Ruby API to Rapid7 Nexpose vulnerability management
WWW: https://github.com/rapid7/nexpose-client
2017-03-02 19:28:52 +00:00

19 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= nexpose
PORTVERSION= 5.3.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby API to Rapid7 Nexpose vulnerability management
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>