freebsd-ports/security/rubygem-rex-socket/Makefile

21 lines
369 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= rex-socket
2018-08-11 13:53:14 +02:00
PORTVERSION= 0.1.15
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) socket abstraction library
2017-01-22 13:08:18 +01:00
LICENSE= BSD3CLAUSE
2017-04-27 23:42:30 +02:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2017-01-22 13:08:18 +01:00
RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core
NO_ARCH= yes
USES= gem
2017-10-29 08:45:18 +01:00
USE_RUBY= yes
.include <bsd.port.mk>