1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/ipython/Makefile
Michael Johnson 7df37490fe - Update to 0.6.11
PR:		ports/77950
Submitted by:	maintainer
2005-03-02 09:15:56 +00:00

31 lines
618 B
Makefile

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