freebsd-ports/security/py-tlslite/Makefile
Steve Wills 472970507a security/py-tlslite: allow build python3
It's supported according to the documentation.
2018-07-02 12:54:56 +00:00

17 lines
385 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
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= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>