blob: 14d018a54c326a33e9ff30d9a96ef182384b7106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|