blob: 367d452dab5f29481130888f1599fdf5c3946fda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports.ssl_match_hostname
PORTVERSION= 3.4.0.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
DEPRECATED= Function match_hostname() is in standard library since Python 2.7.9
EXPIRATION_DATE= 2015-06-02
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|