diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-26 09:42:19 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-26 09:42:19 +0000 |
commit | dadc6ea8594e2a65964e4ec68759540fb566112d (patch) | |
tree | 46b738765e8f65a8f3e577678db99b60f6d644b4 | |
parent | 6eeac45a08cc4317bed21945fd1586fdb2b8dd9d (diff) | |
download | ports-dadc6ea8594e2a65964e4ec68759540fb566112d.tar.gz ports-dadc6ea8594e2a65964e4ec68759540fb566112d.zip |
Notes
-rw-r--r-- | security/metasploit/Makefile | 10 |
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> |