aboutsummaryrefslogtreecommitdiff
path: root/security/py-tlslite/Makefile
blob: d8f4f64a86f5823e90f9c5230110d0965a6efab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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=		cpe python:3.6+
CPE_VENDOR=	${PORTNAME}_project
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>