1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/py-tlslite/Makefile

18 lines
417 B
Makefile

# 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.6-2.7
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>