opnsense-ports/security/rubygem-rex-powershell/Makefile
Franco Fichtner 0d11077913 */*: sync with upstream
Taken from: HardenedBSD
2017-10-29 11:40:22 +01:00

21 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= rex-powershell
PORTVERSION= 0.1.77
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
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>