summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2021-11-30 07:21:29 +0000
committerpho <pho@pkgsrc.org>2021-11-30 07:21:29 +0000
commit2fca40f435872d2033a3dc117b3c9044c379d3d8 (patch)
tree83041eb9b5496394b552f574daf1023dbd31c564 /net
parent0cdddd240b54892fd56a9f3de930707eb55f6803 (diff)
downloadpkgsrc-2fca40f435872d2033a3dc117b3c9044c379d3d8.tar.gz
Add a link to an upstream issue about porting Zenmap to Python 3
Diffstat (limited to 'net')
-rw-r--r--net/zenmap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/zenmap/Makefile b/net/zenmap/Makefile
index 6430c67b254..2eff501d18c 100644
--- a/net/zenmap/Makefile
+++ b/net/zenmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/08/28 13:55:44 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/30 07:21:29 pho Exp $
.include "../../net/nmap/Makefile.common"
@@ -12,6 +12,8 @@ EXTRACT_ELEMENTS= ${DISTNAME}/zenmap
EGG_NAME= ${PKGNAME:C/-([^0-9])/_\1/g}
+# There is an ongoing effort of porting Zenmap to Python 3. See
+# https://github.com/nmap/nmap/issues/1176
PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= nmap-[0-9]*:../../net/nmap