aboutsummaryrefslogtreecommitdiff
path: root/security/metasploit
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-26 09:42:19 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-26 09:42:19 +0000
commitdadc6ea8594e2a65964e4ec68759540fb566112d (patch)
tree46b738765e8f65a8f3e577678db99b60f6d644b4 /security/metasploit
parent6eeac45a08cc4317bed21945fd1586fdb2b8dd9d (diff)
downloadports-dadc6ea8594e2a65964e4ec68759540fb566112d.tar.gz
ports-dadc6ea8594e2a65964e4ec68759540fb566112d.zip
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r--security/metasploit/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 6bb2dafde6e3..95bbc6063ed4 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -20,6 +20,8 @@ RUN_DEPENDS= ${SITE_PERL}/mach/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLin
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
CONFLICTS= metasploit-3*
+DEPRECATED= This port will soon be replaced by metasploit 3 (security/metasploit-devel)
+EXPIRATION_DATE= 2007-05-30
NO_BUILD= yes
USE_PERL5_RUN= yes
@@ -28,12 +30,6 @@ REINPLACE_ARGS= -i ''
SCRIPTS= msfcli msfconsole msfelfscan msfencode msflogdump msfpayload \
msfpescan msfupdate msfweb msfdldebug
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl version 5.6.0 or higher
-.endif
-
post-patch:
.for f in ${SCRIPTS}
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${f}
@@ -47,4 +43,4 @@ do-install:
${LN} -s ${DATADIR}/${f} ${PREFIX}/bin
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>