diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-07-01 21:23:23 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-07-01 21:23:23 +0800 |
commit | 4724c1e968ec4c3f80d0170f8b13963d3177702f (patch) | |
tree | bb2342fdd442cafe6a6d7463fff21e3df0cdc27f /security/nmap/Makefile | |
parent | f99deaaa5e72a56fcd6bd625efb41a4c3b665131 (diff) | |
download | freebsd-ports-gnome-4724c1e968ec4c3f80d0170f8b13963d3177702f.tar.gz freebsd-ports-gnome-4724c1e968ec4c3f80d0170f8b13963d3177702f.tar.zst freebsd-ports-gnome-4724c1e968ec4c3f80d0170f8b13963d3177702f.zip |
- update to version 5.59BETA1
This version includes:
o 40 new NSE scripts (plus improvements to many others)
o even more IPv6 goodness than our informal World IPv6 Day release
o 7 new NSE protocol libraries
o hundreds of bug fixes
o and much more see http://seclists.org/nmap-hackers/2011/3
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 7c90da8841d2..a4f9836c6f76 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nmap -PORTVERSION= 5.51 -PORTREVISION= 2 +DISTVERSION= 5.59BETA1 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer @@ -15,11 +14,11 @@ MASTER_SITES= http://nmap.org/dist/ \ MAINTAINER= ohauer@FreeBSD.org COMMENT= Port scanning utility for large networks -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - # http://nmap.org/book/man-legal.html LICENSE= GPLv2 +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + USE_LUA= 5.1 LUA_COMPS= lua USE_BZIP2= yes |