freebsd-ports/security/rubygem-nmap-parser/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>