1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-repl/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

24 lines
525 B
Makefile

# New ports collection makefile for: py-repl
# Date created: 16 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= repl
PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= http://codespeak.net/pyrepl/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyrepl-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
COMMENT= Replacement for readline and interactive environment for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_PKGNAME= pyrepl
.include <bsd.port.mk>