2016-10-09 10:57:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rex-exploitation
|
2016-11-12 09:53:08 +01:00
|
|
|
PORTVERSION= 0.1.2
|
2016-10-09 10:57:49 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers
|
|
|
|
|
2016-11-12 09:53:08 +01:00
|
|
|
RUN_DEPENDS= rubygem-jsobfu>=0:www/rubygem-jsobfu \
|
|
|
|
rubygem-metasm>=0:devel/rubygem-metasm \
|
2016-10-09 10:57:49 +02:00
|
|
|
rubygem-rex-arch>=0:security/rubygem-rex-arch \
|
|
|
|
rubygem-rex-encoder>=0:security/rubygem-rex-encoder \
|
2016-11-12 09:53:08 +01:00
|
|
|
rubygem-rex-text>=0:security/rubygem-rex-text
|
2016-10-09 10:57:49 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USES= gem
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|