Files
ports/security/py-vici/Makefile
Po-Chuan Hsieh c89d4612ef security/py-vici: Convert to USE_PYTHON=pytest
Approved by:	portmgr (blanket)
With hat:	python
2024-03-09 23:22:14 +08:00

23 lines
536 B
Makefile

PORTNAME= vici
DISTVERSION= 5.9.11
CATEGORIES= security net-vpn python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= driesm@FreeBSD.org
COMMENT= Native Python interface for strongSwan's VICI protocol
WWW= https://pypi.org/project/vici/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>0:devel/py-pytest-pycodestyle@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
TEST_ARGS= --pycodestyle
.include <bsd.port.mk>