dd32cc0c07
PR: 245184 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
27 lines
768 B
Makefile
27 lines
768 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vici
|
|
DISTVERSION= 5.8.4
|
|
CATEGORIES= security net-vpn python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= driesm.michiels@gmail.com
|
|
COMMENT= Native Python interface for strongSwan's VICI protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test: # skip non installed python versions in the tests (because flavors)
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox --skip-missing-interpreters
|
|
|
|
.include <bsd.port.mk>
|