1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/rubygem-rex-powershell/Makefile

22 lines
502 B
Makefile
Raw Normal View History

PORTNAME= rex-powershell
PORTVERSION= 0.1.93
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) library for generating Powershell scripts
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rex-random_identifier>=0:security/rubygem-rex-random_identifier \
2020-03-09 19:58:05 +00:00
rubygem-rex-text>=0:security/rubygem-rex-text \
rubygem-ruby-rc4>=0:security/rubygem-ruby-rc4
USES= gem
2017-10-29 07:39:08 +00:00
USE_RUBY= yes
2019-04-28 06:16:41 +00:00
NO_ARCH= yes
.include <bsd.port.mk>