mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Approved by: 0mp (mentor), portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D33105
20 lines
479 B
Makefile
20 lines
479 B
Makefile
PORTNAME= vpn-slice
|
|
DISTVERSION= 0.15
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjuanino@gmail.com
|
|
COMMENT= Customized VPN split-tunnel
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR}
|
|
|
|
USES= python:3.3+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|