freebsd-ports/security/rubygem-rex-socket/Makefile
Antoine Brodin 8978241f60 - Update to 0.1.5
- Add LICENSE_FILE
2017-04-27 21:42:30 +00:00

21 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= rex-socket
PORTVERSION= 0.1.5
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
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>