mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
21 lines
442 B
Makefile
21 lines
442 B
Makefile
PORTNAME= printree
|
|
DISTVERSION= 0.2.0
|
|
CATEGORIES= devel science
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Pretty print python objects in a tree format
|
|
WWW= https://github.com/chrizzFTD/printree
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|