mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# New ports collection makefile for: py-repl
|
|
# Date created: 16 July 2002
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= repl
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://starship.python.net/crew/mwh/hacks/
|
|
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
|
|
|
|
.include <bsd.port.mk>
|