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,18 +1,21 @@ PORTNAME= python-nmap DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nxjoseph@protonmail.com COMMENT= Use nmap and access scan results from Python3 WWW= https://pypi.org/project/python-nmap/ \ http://xael.org/pages/python-nmap-en.html LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt +RUN_DEPENDS= nmap:security/nmap + USES= python:build,run USE_PYTHON= autoplist distutils flavors .include