030a4199f8
tls_parser is a small library to parse TLS records used by SSLyze. WWW: https://github.com/nabla-c0d3/tls_parser
20 lines
415 B
Makefile
20 lines
415 B
Makefile
# 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>
|