diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-10-05 11:04:32 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-10-05 11:04:32 +0000 |
commit | 5ec38442fff354d2bdc0eedfef057de60d004c1c (patch) | |
tree | e27213d55f0a8c08f786d3fc838b3cb8131a86a4 /security/nmap/Makefile | |
parent | 7a2eb1c96da5d6fcd89ded0f9ec8b8375c458d60 (diff) | |
download | ports-5ec38442fff354d2bdc0eedfef057de60d004c1c.tar.gz ports-5ec38442fff354d2bdc0eedfef057de60d004c1c.zip |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 2c737238bdce..f7242f0814f7 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nmap -DISTVERSION= 7.80 +DISTVERSION= 7.90 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= https://nmap.org/dist/ \ @@ -15,8 +15,10 @@ COMMENT?= Port scanning utility for large networks # https://nmap.org/book/man-legal.html # Install the nmap modified license because of # http://insecure.org/news/download-com-fiasco.html -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= NPSL +LICENSE_NAME= Nmap Public Source License +LICENSE_PERMS= auto-accept dist-mirror pkg-mirror pkg-sell +LICENSE_FILE= ${WRKSRC}/LICENSE .if !defined(MASTERDIR) |