Files
ports/devel/py-ipdb/Makefile
T
Sunpoet Po-Chuan Hsieh 65c3e2441b Change RUN_DEPENDS from ipython5 to ipython
- Bump PORTREVISION for dependency change
2021-02-06 20:45:25 +00:00

24 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= ipdb
PORTVERSION= 0.13.4
PORTREVISION= 1
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}ipython>=5.1.0:devel/ipython@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>