Index: head/security/py-backports.ssl_match_hostname/Makefile =================================================================== --- head/security/py-backports.ssl_match_hostname/Makefile (revision 385157) +++ head/security/py-backports.ssl_match_hostname/Makefile (revision 385158) @@ -1,16 +1,19 @@ # Created by: Grzegorz Blach # $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