Files
ports/devel/py-pydevd/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

17 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= pydevd
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Debugger used in PyDev and PyCharm
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>