blob: 197553ce3a60068ff6f9a647b77bc3c9f88d3e4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.13 2022/09/18 12:34:06 taca Exp $
DISTNAME= rex-socket-0.1.43
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"
|