summaryrefslogtreecommitdiff
path: root/security/ruby-rex-exploitation/Makefile
blob: 1a7d1505ef97c8b448b7ecf2921b29d9d5fc6038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.1 2017/10/13 19:02:05 minskim Exp $

DISTNAME=	rex-exploitation-0.1.15
CATEGORIES=	security

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	https://github.com/rapid7/rex-exploitation
COMMENT=	Rex library for various exploitation helpers
LICENSE=	modified-bsd

DEPENDS+=	${RUBY_PKGPREFIX}-jsobfu-[0-9]*:../../security/ruby-jsobfu
DEPENDS+=	${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
DEPENDS+=	${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
DEPENDS+=	${RUBY_PKGPREFIX}-rex-encoder-[0-9]*:../../security/ruby-rex-encoder
DEPENDS+=	${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"