View | Details | Raw Unified | Return to bug 243270 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-vici/Makefile (+18 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	vici
4
PORTVERSION=	5.8.0
5
CATEGORIES=	security 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
USES=		python:-3.4
16
USE_PYTHON=	autoplist concurrent distutils
17
18
.include <bsd.port.mk>
(-)security/py-vici/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1578755007
2
SHA256 (vici-5.8.0.tar.gz) = de0b9029e5c4ab16f293567dd56b59de2ad1984dd18a3980c787573aeb44b88a
3
SIZE (vici-5.8.0.tar.gz) = 7867
(-)security/py-vici/pkg-descr (+4 lines)
Line 0 Link Here
1
The strongSwan VICI protocol allows external applications to
2
monitor, configure and control the IKE daemon charon.
3
This Python package provides a native client side implementation
4
of the VICI protocol, well suited to script automated tasks in a reliable way.

Return to bug 243270