54070b2662
backport of ssl_match_hostname function from Python 3.5
17 lines
358 B
Makefile
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>
|