mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
19 lines
452 B
Makefile
19 lines
452 B
Makefile
PORTNAME= pydevd
|
|
PORTVERSION= 2.10.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Debugger used in PyDev and PyCharm
|
|
WWW= https://pypi.org/project/pydevd/
|
|
|
|
LICENSE= APACHE20 EPL
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
|
LICENSE_FILE_EPL= ${WRKSRC}/LICENSE-EPL
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils pytest
|
|
|
|
.include <bsd.port.mk>
|