2002-07-15 20:01:17 +02:00
|
|
|
# New ports collection makefile for: py-repl
|
|
|
|
# Date created: 16 July 2002
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= repl
|
2002-07-18 06:54:32 +02:00
|
|
|
PORTVERSION= 0.7.2
|
2002-07-15 20:01:17 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|