blob: cf9657473767f8393c697cf06b5336e25ec2fb47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.10 2022/09/04 13:24:55 taca Exp $
DISTNAME= rex-powershell-0.1.97
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-powershell
COMMENT= Ruby Exploitation library for generating Powershell scripts
LICENSE= modified-bsd
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-rex-random_identifier-[0-9]*:../../security/ruby-rex-random_identifier
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|