Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
18 lines
296 B
Makefile
18 lines
296 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
|
|
WWW= https://rubynmap.sourceforge.net
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= nmap:security/nmap
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|