diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-31 10:33:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-31 10:33:31 +0000 |
commit | 56b8ab6852d83a09d09b67d5b8de33fbff31b69f (patch) | |
tree | 2e06ec24d5e340c66cc4d26fc5edb8694ab1f164 /security/rubygem-rex-ole/Makefile | |
parent | fa3284635d9634178dc57ed8e23a52d0baf932d1 (diff) | |
download | ports-56b8ab6852d83a09d09b67d5b8de33fbff31b69f.tar.gz ports-56b8ab6852d83a09d09b67d5b8de33fbff31b69f.zip |
Notes
Diffstat (limited to 'security/rubygem-rex-ole/Makefile')
-rw-r--r-- | security/rubygem-rex-ole/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile new file mode 100644 index 000000000000..b880fcddc775 --- /dev/null +++ b/security/rubygem-rex-ole/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rex-ole +PORTVERSION= 0.1.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for working with OLE files and streams + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> |