6f64d2b098
PR: 93025 Submitted by: maintainer
33 lines
664 B
Makefile
33 lines
664 B
Makefile
# Ports collection makefile for: IPython
|
|
# Date created: Nov, 13 2003
|
|
# Whom: Dryice Liu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipython
|
|
PORTVERSION= 0.7.1.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://ipython.scipy.org/dist/ \
|
|
http://bsdchat.com/dist/dryice/
|
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
|
DISTNAME= ${PORTNAME}-0.7.1.fix1
|
|
|
|
MAINTAINER= dryice@dryice.name
|
|
COMMENT= An enhanced Interactive Python shell
|
|
|
|
MAN1= ipython.1 pycolor.1
|
|
MANCOMPRESSED= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
USE_PYTHON= 2.3+
|
|
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>
|