Files
ports/security/py-python-nmap/Makefile
T
Yusuf Yaman 2aa4646598 Update my ports' maintainer field after becoming a committer
Reviewed by:	osa, vvd (mentors)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D55456
2026-02-23 19:11:23 +03:00

22 lines
497 B
Makefile

PORTNAME= python-nmap
DISTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nxjoseph@FreeBSD.org
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 <bsd.port.mk>