1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/security/py-tlslite/Makefile
2006-09-13 03:21:38 +00:00

20 lines
452 B
Makefile

# New ports collection makefile for: py-tlslite
# Date created: 05 Sep 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= tlslite
PORTVERSION= 0.3.8
CATEGORIES= security python
MASTER_SITES= http://trevp.net/tlslite/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python module implenting SSL 3.0, TLS 1.0 and TLS 1.1
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>