mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
dfb6c86415
Submitted by: pointyhat via pav
24 lines
540 B
Makefile
24 lines
540 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.9.8.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://excess.org/urwid/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Curses-based user interface library for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@# disable setuptools for now
|
|
${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|