WWW: https://github.com/pazz/urwidtrees PR: 204980 Submitted by: geier@lostpackets.de Approved by: mat (mentor) Differential Revision: D4512
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= urwidtrees
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= geier@lostpackets.de
|
|
COMMENT= Tree widgets for py-urwid
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=1.0.0:${PORTSDIR}/devel/py-urwid
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=1.0.0:${PORTSDIR}/devel/py-urwid
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pazz
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|