|
Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
| 2 |
|
| 3 |
PORTNAME= vici |
| 4 |
PORTVERSION= 5.8.2 |
| 5 |
CATEGORIES= security net-vpn python |
| 6 |
MASTER_SITES= CHEESESHOP |
| 7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 8 |
|
| 9 |
MAINTAINER= driesm.michiels@gmail.com |
| 10 |
COMMENT= Native Python interface for strongSwan's VICI protocol |
| 11 |
|
| 12 |
LICENSE= MIT |
| 13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 14 |
|
| 15 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ |
| 16 |
${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ |
| 17 |
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} |
| 18 |
|
| 19 |
USES= python |
| 20 |
USE_PYTHON= autoplist concurrent distutils |
| 21 |
|
| 22 |
do-test: # skip non installed python versions in the tests (because flavors) |
| 23 |
cd ${WRKSRC} && ${PYTHON_CMD} -m tox --skip-missing-interpreters |
| 24 |
|
| 25 |
.include <bsd.port.mk> |