nmap: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:42 -04:00
parent 5d10433369
commit ca6fd1c7bb

View file

@ -1,10 +1,10 @@
# Template file for 'nmap'
pkgname=nmap
version=7.94
revision=2
revision=3
build_style=gnu-configure
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
hostmakedepends="python3"
hostmakedepends="python3-setuptools"
makedepends="libpcap-devel openssl-devel libssh2-devel pcre-devel
$(vopt_if lua lua53-devel)"
short_desc="Utility for network discovery and security auditing"