pkgsrc/security/ruby-rex-powershell/Makefile
minskim 72d9d7a4ba security/ruby-rex-powershell: Import version 0.1.72
Ruby Exploitation (Rex) library for generating/manipulating Powershell
scripts.
2017-09-29 17:15:41 +00:00

15 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/29 17:15:41 minskim Exp $
DISTNAME= rex-powershell-0.1.72
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-powershell
COMMENT= Ruby Exploitation library for generating Powershell scripts
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-rex-random_identifier-[0-9]*:../../security/ruby-rex-random_identifier
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"