aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-tlslite/Makefile
blob: f60bad8464ad21fe0dc272637a99eb9d8355a1df (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>
# $FreeBSD$

PORTNAME=   tlslite
PORTVERSION=    0.4.3
CATEGORIES= security python
MASTER_SITES=   http://cloud.github.com/downloads/trevp/tlslite/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

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

USE_PYTHON=     2
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>