aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-rlcompleter2/Makefile
blob: 9e550503499b98b2d52b1d2ad94f98d5998293b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:    py-rlcompleter2
# Date created:         Dec 31, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   rlcompleter2
PORTVERSION=    0.95
CATEGORIES= devel python
MASTER_SITES=   http://codespeak.net/rlcompleter2/download/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python module for readline interactive completion

USE_PYTHON= 2.2+
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>