opnsense-ports/devel/py-ipdb/Makefile
Franco Fichtner 4ed633e028 */*: sync with upstream
Taken from: HardenedBSD
2020-09-08 05:13:01 +02:00

22 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= ipdb
PORTVERSION= 0.13.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= IPython-enabled pdb
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=5.1.0:devel/ipython5@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>