aa7a6c429e
With hat: portmgr
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|