2003-12-06 19:15:28 +01:00
|
|
|
# Ports collection makefile for: IPython
|
|
|
|
# Date created: Nov, 13 2003
|
|
|
|
# Whom: Dryice Liu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipython
|
2006-02-08 19:50:46 +01:00
|
|
|
PORTVERSION= 0.7.1.1
|
2003-12-06 19:15:28 +01:00
|
|
|
CATEGORIES= devel python
|
2005-01-13 01:20:28 +01:00
|
|
|
MASTER_SITES= http://ipython.scipy.org/dist/ \
|
|
|
|
http://bsdchat.com/dist/dryice/
|
2003-12-06 19:15:28 +01:00
|
|
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
2006-02-08 19:50:46 +01:00
|
|
|
DISTNAME= ${PORTNAME}-0.7.1.fix1
|
2003-12-06 19:15:28 +01:00
|
|
|
|
2006-01-11 05:01:50 +01:00
|
|
|
MAINTAINER= dryice@dryice.name
|
2003-12-06 19:15:28 +01:00
|
|
|
COMMENT= An enhanced Interactive Python shell
|
|
|
|
|
|
|
|
MAN1= ipython.1 pycolor.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2006-01-26 10:02:45 +01:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2006-01-18 23:09:06 +01:00
|
|
|
USE_PYTHON= 2.3+
|
2003-12-06 19:15:28 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2004-03-19 23:51:07 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
2006-01-26 10:02:45 +01:00
|
|
|
BROKEN= Coredump during build on alpha 4.x
|
2004-03-19 23:51:07 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|