2aa4646598
Reviewed by: osa, vvd (mentors) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D55456
22 lines
497 B
Makefile
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>
|