1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/ipython/Makefile
Renato Botelho ddae351bbc - Update to 0.7.1
- Use PORTDOCS

PR:		ports/92290
Submitted by:	maintainer
2006-01-26 09:02:45 +00:00

33 lines
629 B
Makefile

# Ports collection makefile for: IPython
# Date created: Nov, 13 2003
# Whom: Dryice Liu
#
# $FreeBSD$
#
PORTNAME= ipython
PORTVERSION= 0.7.1
CATEGORIES= devel python
MASTER_SITES= http://ipython.scipy.org/dist/ \
http://bsdchat.com/dist/dryice/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
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>