|
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> |