1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/py-repl/Makefile

24 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-repl
# Date created: 16 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= repl
2004-05-31 11:09:54 +00:00
PORTVERSION= 0.8.1
CATEGORIES= devel python
2004-05-31 11:09:54 +00:00
MASTER_SITES= http://codespeak.net/pyrepl/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyrepl-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
2003-02-25 06:25:35 +00:00
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>