opnsense-ports/security/rubygem-rex-socket/Makefile
Franco Fichtner 9cfc3f657b */*: sync with upstream
Taken from: HardenedBSD
2019-09-15 21:04:31 +02:00

20 lines
369 B
Makefile

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