1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/ipython/Makefile
Renato Botelho 922a2ba34b - Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!

PR:		ports/94459
Submitted by:	Dryice Liu <dryice@dryice.name> (maintainer)
2006-03-15 18:21:26 +00:00

34 lines
679 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://dryice.name/computer/FreeBSD/distfiles/
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>