View | Details | Raw Unified | Return to bug 245987
Collapse All | Expand All

(-)net/py-tacacs_plus/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Rozhuk Ivan 2020 <rozhuk.im@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	tacacs_plus
5
PORTVERSION=	2.6
6
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	rozhuk.im@gmail.com
11
COMMENT=	TACACS+ client that supports authentication, authorization and accounting
12
13
LICENSE=	BSD3CLAUSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	distutils autoplist
19
20
.include <bsd.port.mk>
(-)net/py-tacacs_plus/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1588035114
2
SHA256 (tacacs_plus-2.6.tar.gz) = f5e3a6e13760656aa69a4e98fc3da3e4728553375569fad757b1800c020dcb36
3
SIZE (tacacs_plus-2.6.tar.gz) = 14915
(-)net/py-tacacs_plus/pkg-descr (+13 lines)
Line 0 Link Here
1
A TACACS+ client that supports authentication, authorization and
2
accounting.
3
4
Unlike RADIUS, which was designed for similar purposes, the TACACS+
5
protocol offers basic packet encryption but, as with most crypto
6
designed back then, it's not secure and definitely should not be used
7
over untrusted networks.
8
9
This package has been successfully used with the free tac_plus TACACS+
10
server on a variety of operating systems.
11
12
13
WWW: https://github.com/ansible/tacacs_plus

Return to bug 245987