aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ptvsd/Makefile
blob: a2d96ed9adb4138513f85139afc3f84f2e415c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	ptvsd
PORTVERSION=	3.1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Visual Studio remote debugging server for Python

LICENSE=	APACHE20

USES=		python:3.6+ zip
USE_PYTHON=	autoplist concurrent distutils
NO_ARCH=	yes

.include <bsd.port.mk>