0.1.33 (2021-09-16) * Land #39, Update Ubuntu version & Ruby setup 0.1.34 (2021-10-28) * Land #41, Raise exception on nil hostname
16 lines
412 B
Makefile
16 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.10 2021/12/11 13:58:14 taca Exp $
|
|
|
|
DISTNAME= rex-socket-0.1.34
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-socket
|
|
COMMENT= Rex socket abstraction library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|