23 lines
488 B
Makefile
23 lines
488 B
Makefile
# New ports collection makefile for: py-urwid
|
|
# Date created: 7 December 2004
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= urwid
|
|
PORTVERSION= 0.8.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://excess.org/urwid/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= patch-0.8.8.1.diff
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Curses-based user interface library for Python
|
|
|
|
USE_PYTHON= 2.1+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|