aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-wasabi/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:10 +0000
commit2ef9cc85d65db78284d96b702f1325e733ded4e8 (patch)
treeb32c9506eb8fc304fa35679a33c847add356f3bc /textproc/py-wasabi/Makefile
parent77dddeede835446095a94952a822f39b98f09c6a (diff)
textproc/py-wasabi: Add py-wasabi 1.1.2
wasabi is a lightweight console printing and formatting toolkit.
Diffstat (limited to 'textproc/py-wasabi/Makefile')
-rw-r--r--textproc/py-wasabi/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-wasabi/Makefile b/textproc/py-wasabi/Makefile
new file mode 100644
index 000000000000..59ebb89dafbf
--- /dev/null
+++ b/textproc/py-wasabi/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= wasabi
+PORTVERSION= 1.1.2
+CATEGORIES= textproc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Lightweight console printing and formatting toolkit
+WWW= https://github.com/explosion/wasabi
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>