summaryrefslogtreecommitdiff
path: root/security/rubygem-nmap-parser/Makefile
blob: 286aa0a0e1f88f1a537e23ead54f63f2476bc8fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	nmap-parser
PORTVERSION=	0.3.5
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby interface to Nmap scan data
WWW=		https://rubynmap.sourceforge.net

LICENSE=	MIT

RUN_DEPENDS=	nmap:security/nmap

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>