opnsense-ports/security/rubygem-rex-socket/Makefile
Franco Fichtner dac7c38201 */*: sync with upstream
Taken from: FreeBSD
2023-02-22 16:55:04 +01:00

18 lines
385 B
Makefile

PORTNAME= rex-socket
PORTVERSION= 0.1.47
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) socket abstraction library
WWW= https://github.com/rapid7/rex-socket
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>