blob: 5b2f53d3fa2a64a83cc38f868e29cf8bde13a796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|