diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 01:44:18 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 01:44:18 +0000 |
commit | 9c33e48ef4035d584b653f165316675058fd4525 (patch) | |
tree | 2f9903be2a26663e132f8662344a012eb89417d5 /security/metasploit | |
parent | c26d6c4176ce68ef45fd4b8a5de89fd8e01ff8a1 (diff) | |
download | ports-9c33e48ef4035d584b653f165316675058fd4525.tar.gz ports-9c33e48ef4035d584b653f165316675058fd4525.zip |
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r-- | security/metasploit/Makefile | 3 | ||||
-rw-r--r-- | security/metasploit/pkg-descr | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 1b47621602f9..783f8f7ab72e 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -7,6 +7,7 @@ PORTNAME= metasploit PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.metasploit.org/tools/ DISTNAME= framework-${PORTVERSION} @@ -18,6 +19,8 @@ RUN_DEPENDS= ${SITE_PERL}/mach/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLin ${SITE_PERL}/mach/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm +CONFLICTS= metasploit-3* + NO_BUILD= yes USE_PERL5_RUN= yes REINPLACE_ARGS= -i '' diff --git a/security/metasploit/pkg-descr b/security/metasploit/pkg-descr index 5b7584e33f59..9efece5b6cd6 100644 --- a/security/metasploit/pkg-descr +++ b/security/metasploit/pkg-descr @@ -8,4 +8,7 @@ tools and information on this site are provided for legal penetration testing and research purposes only. +This is the stable version of Metasploit Framework. It is based on Perl, and +will be replaced in the future with Metasploit Framework version 3. + WWW: http://www.metasploit.org |