diff --git a/devel/py-ptvsd/Makefile b/devel/py-ptvsd/Makefile index 13a6f75ced15..c89178d5e33b 100644 --- a/devel/py-ptvsd/Makefile +++ b/devel/py-ptvsd/Makefile @@ -1,17 +1,21 @@ PORTNAME= ptvsd DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Visual Studio remote debugging server for Python WWW= https://pypi.org/project/ptvsd/ LICENSE= APACHE20 +DEPRECATED= No longer maintained upstream, use py-debugpy instead +EXPIRATION_DATE=2026-08-25 + USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include