opnsense-ports/security/rubygem-nmap-parser/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

18 lines
271 B
Makefile

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>