1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-rlcompleter2/Makefile
Ion-Mihai Tetcu 84f845abb3 - Update to 0.96
- Pass maintainership to submitter

PR:		ports/97250
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	lawrance (mentor)
2006-05-14 12:13:14 +00:00

22 lines
443 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= alex@foxybanana.com
COMMENT= Python module for readline interactive completion
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>