17 lines
338 B
Makefile
17 lines
338 B
Makefile
PORTNAME= python-gvm
|
|
DISTVERSION= 21.5.2
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= The Greenbone Vulnerability Management Python API library
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|