Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= vici |
4 |
PORTVERSION= 5.8.0 |
5 |
# Version of strongSwan that had the latest changes to the python module |
6 |
# This also matches the version scheme of PyPi when we switch to that later |
7 |
CATEGORIES= security python |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
10 |
MAINTAINER= driesm.michiels@gmail.com |
11 |
COMMENT= Native Python interface for strongSwan's VICI protocol |
12 |
|
13 |
LICENSE= MIT |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist concurrent distutils |
20 |
|
21 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= strongswan |
23 |
GH_PROJECT= strongswan |
24 |
|
25 |
PYSETUP= setup.py.in |
26 |
WRKSRC_SUBDIR= src/libcharon/plugins/vici/python |
27 |
|
28 |
do-test: |
29 |
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest |
30 |
|
31 |
.include <bsd.port.mk> |