git: c9515df8f6a4 - main - security/py-python-nmap: Fix port by adding required dependency nmap

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Wed, 03 Dec 2025 14:14:46 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9515df8f6a4065d9cac8fe7d56d90175975c7ec

commit c9515df8f6a4065d9cac8fe7d56d90175975c7ec
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-12-03 14:13:24 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-12-03 14:13:24 +0000

    security/py-python-nmap: Fix port by adding required dependency nmap
    
    PR:     291353
    Fixes:  bb7385d03317 (Add new port)
---
 security/py-python-nmap/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/py-python-nmap/Makefile b/security/py-python-nmap/Makefile
index 9f26c9cdb659..a0b946641965 100644
--- a/security/py-python-nmap/Makefile
+++ b/security/py-python-nmap/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	python-nmap
 DISTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,8 @@ WWW=		https://pypi.org/project/python-nmap/ \
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/gpl-3.0.txt
 
+RUN_DEPENDS=	nmap:security/nmap
+
 USES=		python:build,run
 USE_PYTHON=	autoplist distutils flavors