freebsd-ports/security/py-tlslite/Makefile

17 lines
403 B
Makefile
Raw Normal View History

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= tlslite
PORTVERSION= 0.4.3
CATEGORIES= security python
2012-03-01 14:16:33 +01:00
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
2012-03-01 14:16:33 +01:00
USE_PYTHON= 2.6-2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>