opnsense-ports/security/rubygem-nmap-parser/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
324 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
PORTNAME= nmap-parser
PORTVERSION= 0.3.5
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to Nmap scan data
LICENSE= MIT
RUN_DEPENDS= nmap:security/nmap
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>