freebsd-ports/devel/ipython/Makefile
Pav Lucistnik 9d611660a9 - Update to 0.6.4
PR:		ports/73800
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2004-11-11 13:07:56 +00:00

30 lines
618 B
Makefile

# Ports collection makefile for: IPython
# Date created: Nov, 13 2003
# Whom: Dryice Liu
#
# $FreeBSD$
#
PORTNAME= ipython
PORTVERSION= 0.6.4
CATEGORIES= devel python
MASTER_SITES= http://ipython.scipy.org/dist/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
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
DOCSDIR= ${PREFIX}/share/doc/IPython
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Coredump during build on alpha 4.x"
.endif
.include <bsd.port.post.mk>