aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pudb/Makefile
blob: 2d9826b31095a4684d32f4b576739cea7e45a636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   pudb
PORTVERSION=    2017.1.2
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Full-screen, console-based Python debugger

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments \
        ${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:devel/py-urwid

NO_ARCH=    yes
USE_PYTHON= autoplist concurrent distutils
USES=       python

.include <bsd.port.mk>