summaryrefslogtreecommitdiff
path: root/security/rubygem-openvas-omp/Makefile
blob: a84e82e031f61eaf70c3c3e4604184b8b889ee4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	openvas-omp
PORTVERSION=	0.0.4
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Communicate with OpenVAS manager through OMP

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>