freebsd-ports/devel/py-pudb/Makefile
Sunpoet Po-Chuan Hsieh 9fd49e3ce8 - Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change
2015-09-02 17:03:56 +00:00

23 lines
543 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= pudb
PORTVERSION= 2014.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Full-screen, console-based Python debugger
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:${PORTSDIR}/devel/py-urwid
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>