aboutsummaryrefslogtreecommitdiff
path: root/devel/winpdb/Makefile
blob: 7f5cf2245db3bc5be4886b28f695ee4a6ce4701e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: ijliao
# $FreeBSD$

PORTNAME=	winpdb
PORTVERSION=	1.4.8
PORTREVISION=	5
CATEGORIES=	devel python
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	mva@FreeBSD.org
COMMENT=	Advanced Python debugger

LICENSE=	GPLv2

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:security/py-pycrypto

USES=		python
USE_PYTHON=	autoplist distutils
USE_WX=		3.0+
WX_COMPS=	python

.include <bsd.port.mk>