diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-15 17:47:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-15 17:47:49 +0000 |
commit | da44041655ec1a857d607c6cfcadfd3333a3cc6e (patch) | |
tree | 7fa7d6d739c3d15cbe12c378feb67c01d74e63b2 /security/rubygem-rex-powershell | |
parent | 16019216e2af8a46f9cf08063f3409196ca5b7b0 (diff) | |
download | ports-da44041655ec1a857d607c6cfcadfd3333a3cc6e.tar.gz ports-da44041655ec1a857d607c6cfcadfd3333a3cc6e.zip |
Notes
Diffstat (limited to 'security/rubygem-rex-powershell')
-rw-r--r-- | security/rubygem-rex-powershell/Makefile | 22 | ||||
-rw-r--r-- | security/rubygem-rex-powershell/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rex-powershell/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile new file mode 100644 index 000000000000..f7ca3808308d --- /dev/null +++ b/security/rubygem-rex-powershell/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rex-powershell +PORTVERSION= 0.1.0 +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 + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/security/rubygem-rex-powershell/distinfo b/security/rubygem-rex-powershell/distinfo new file mode 100644 index 000000000000..ce253a9c86ac --- /dev/null +++ b/security/rubygem-rex-powershell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468493230 +SHA256 (rubygem/rex-powershell-0.1.0.gem) = 6d19412a2a2d6593c6da6c4e931d28d4724e079e9d4c61490fa50d073ff63669 +SIZE (rubygem/rex-powershell-0.1.0.gem) = 25088 diff --git a/security/rubygem-rex-powershell/pkg-descr b/security/rubygem-rex-powershell/pkg-descr new file mode 100644 index 000000000000..f9d10cce9d21 --- /dev/null +++ b/security/rubygem-rex-powershell/pkg-descr @@ -0,0 +1,4 @@ +This Gem contains all of the Ruby Exploitation(Rex) library for +generating/manipulating Powershell scripts. + +WWW: https://github.com/rapid7/rex-powershell |