freebsd-ports/devel/py-rlcompleter2/Makefile
Ying-Chieh Liao 97142dd1eb add py-rlcompleter2 0.95
Python module for readline interactive completion
2003-12-31 01:20:50 +00:00

21 lines
441 B
Makefile

# 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>