mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
502 B
Makefile
22 lines
502 B
Makefile
PORTNAME= rex-powershell
|
|
PORTVERSION= 0.1.88
|
|
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 \
|
|
rubygem-rex-text>=0:security/rubygem-rex-text \
|
|
rubygem-ruby-rc4>=0:security/rubygem-ruby-rc4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|