blob: a91e5cab1875e9fc6efa0840b93b25dfa97a2dc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>
|