freebsd-ports/devel/ipython/Makefile
Hye-Shik Chang 9caf3d7e35 Add port for ipython 0.50,
An enhanced Interactive Python shell.

PR:		59981
Submitted by:	Dryice Liu <dryice@hotpop.com>
2003-12-06 18:15:28 +00:00

24 lines
479 B
Makefile

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