pkgsrc/security/ruby-rex-socket/Makefile
taca c1b049ba03 security/ruby-rex-socket: update to 0.1.15
0.1.13

* add helper methods for determining supported SSL version methods

0.1.14

* Add IPv6 support to addr_atoc and addr_ctoa

0.1.15

* SSH socket registration removed
2018-09-23 17:58:47 +00:00

14 lines
388 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/09/23 17:58:47 taca Exp $
DISTNAME= rex-socket-0.1.15
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-socket
COMMENT= Rex socket abstraction library
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"