freebsd-ports/security/py-backports.ssl_match_hostname/Makefile
Nikolai Lifanov 54070b2662 add security/py-backports.ssl_match_hostname
backport of ssl_match_hostname function from Python 3.5
2017-04-10 20:08:19 +00:00

17 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= backports.ssl_match_hostname
PORTVERSION= 3.5.0.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Backport of the ssl_match_hostname function from Python 3.5
LICENSE= PSFL
USES= python:-3.4
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>