08a465e325
0.1.7 (2021-10-28) * Land #2, Update Ubuntu version & Ruby Setup * Land #4, Update Rapid7 vulnerability reference link
18 lines
562 B
Makefile
18 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/12/11 13:59:56 taca Exp $
|
|
|
|
DISTNAME= rex-sslscan-0.1.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-sslscan
|
|
COMMENT= Rex socket abstraction library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-socket-[0-9]*:../../security/ruby-rex-socket
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|