ports/devel/py-pydevd/Makefile
Dmitry Marakasov 8b8778c682 - Remove NO_ARCH: this port installs a shared library
Approved by:	portmgr blanket
2018-02-15 16:53:33 +00:00

16 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= pydevd
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Debugger used in PyDev and PyCharm
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>