1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/py-rlcompleter2/Makefile
2006-09-13 03:21:38 +00:00

22 lines
442 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-rlcompleter2
# Date created: Dec 31, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rlcompleter2
PORTVERSION= 0.96
CATEGORIES= devel python
MASTER_SITES= http://codespeak.net/rlcompleter2/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python module for readline interactive completion
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>