aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-asciitree/Makefile
blob: 8bdeca1e49aa98f1900e07aab201115eb330843e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	asciitree
PORTVERSION=	0.3.3
CATEGORIES=	graphics python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Draws ASCII trees
WWW=		https://github.com/mbr/asciitree

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>