freebsd-ports/devel/winpdb/Makefile
Marcus von Appen b73f95f908 Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
2009-02-19 21:45:43 +00:00

26 lines
509 B
Makefile

# ex:ts=8
# Ports collection makefile for: winpdb
# Date created: Feb 15, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= winpdb
PORTVERSION= 1.4.4
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>