# Ports collection makefile for:	IPython
# Date created:				Nov, 13	2003
# Whom:					Dryice Liu
#
# $FreeBSD: ports/devel/ipython/Makefile,v 1.2 2004/03/19 22:51:07 kris Exp $
#

PORTNAME=	ipython
PORTVERSION=	0.5.0
CATEGORIES=	devel python
MASTER_SITES=	http://ipython.scipy.org/dist/
PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
DISTNAME=	IPython-${PORTVERSION}

MAINTAINER=	dryice@liu.com.cn
COMMENT=	An enhanced Interactive Python shell

MAN1=		ipython.1 pycolor.1
MANCOMPRESSED=	yes

USE_PYTHON=	2.1+
USE_PYDISTUTILS=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN=		"Coredump during build on alpha 4.x"
.endif

.include <bsd.port.post.mk>
