Files
ports/security/py-vici/Makefile
2025-11-06 23:29:04 +01:00

23 lines
535 B
Makefile

PORTNAME= vici
DISTVERSION= 6.0.3
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>