17 lines
542 B
Makefile
17 lines
542 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/10/13 18:31:47 minskim Exp $
|
||
|
|
||
|
DISTNAME= rex-sslscan-0.1.5
|
||
|
CATEGORIES= security
|
||
|
|
||
|
MAINTAINER= minskim@NetBSD.org
|
||
|
HOMEPAGE= https://github.com/rapid7/rex-sslscan
|
||
|
COMMENT= Rex socket abstraction library
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
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"
|