# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tls-parser
PORTVERSION= 1.2.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= tls_parser-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small library to parse TLS records
LICENSE= AGPLv3
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>