aboutsummaryrefslogtreecommitdiff
path: root/devel/winpdb/Makefile
blob: a532dc3dfe31eaf2371c16f0263d890a5526b478 (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
24
25
26
27
# ex:ts=8
# Ports collection makefile for:	winpdb
# Date created:			Feb 15, 2007
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	winpdb
PORTVERSION=	1.4.6
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR=	winpdb

MAINTAINER=	mva@FreeBSD.org
COMMENT=	An advanced Python debugger

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

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
USE_WX=		2.6+
WX_COMPS=	python
WANT_UNICODE=	yes

.include <bsd.port.mk>