diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 21:13:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 21:13:34 +0000 |
commit | 0698535d6c94692a7f00f1b54c36cef820f5f91c (patch) | |
tree | 59ca34f2391aa7176295dec0e29795d00672c09d | |
parent | Patch Makefile.in instead of Makefile.am, to no longer require autotools. (diff) |
Add missing run depends to metasploit
-rw-r--r-- | security/metasploit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index ace0e0629db0..2c57e0644f3b 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -3,6 +3,7 @@ PORTNAME= metasploit DISTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://downloads.metasploit.com/data/releases/archive/ DISTNAME= framework-${DISTVERSION} @@ -16,6 +17,8 @@ RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ rubygem-msgpack>=0:${PORTSDIR}/devel/rubygem-msgpack \ rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-network_interface>=0.0.1:${PORTSDIR}/net/rubygem-network_interface \ + rubygem-packetfu>=1.1.8:${PORTSDIR}/net/rubygem-packetfu \ rubygem-pcaprub>=0:${PORTSDIR}/net/rubygem-pcaprub \ rubygem-robots>=0:${PORTSDIR}/www/rubygem-robots |