aboutsummaryrefslogtreecommitdiff
path: root/security/py-tlslite/Makefile
blob: ecc8d631926630c1b60f55b559e8c3d7246eb30a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>

PORTNAME=	tlslite
PORTVERSION=	0.4.9
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>