pkgsrc/security/ruby-rex-sslscan/Makefile
minskim c09e5f3cd1 securitiy/ruby-rex-sslscan: Import version 0.1.5
This library is a pure ruby implmenetation of the SSLScan tool
originally written by Ian Ventura-Whiting.
2017-10-13 18:31:47 +00:00

16 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"