freebsd-ports/devel/py-rlcompleter2/Makefile
Ruslan Makhmatkhanov 62affc9abd - strict python version to 2.x
- add LICENSE (MIT)
- move pkg-plist entries to Makefile
2012-05-10 12:17:54 +00:00

27 lines
593 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= ports@FreeBSD.org
COMMENT= Python module for readline interactive completion
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/rlcompleter2.py \
%%PYTHON_SITELIBDIR%%/rlcompleter2.pyc \
%%PYTHON_SITELIBDIR%%/rlcompleter2.pyo
.include <bsd.port.mk>