diff --git a/devel/py-apns2/Makefile b/devel/py-apns2/Makefile index dd50f93e8827..2a2dedace9a1 100644 --- a/devel/py-apns2/Makefile +++ b/devel/py-apns2/Makefile @@ -1,22 +1,25 @@ PORTNAME= apns2 PORTVERSION= 0.3.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Python client for Apple Push Notification service LICENSE= MIT +DEPRECATED= Use devel/py-aioapns +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hyper>0:www/py-hyper@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include