aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pydevd/Makefile
blob: d504e22594177842f95f23d776c4d77c2ef43593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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>