diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-29 22:17:13 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-29 22:24:00 +0800 |
commit | 8ccdca27932d323b40605982dadfd151b236fc16 (patch) | |
tree | 05f634edc2ddb36ef78f082835fc0d1a157ecd74 /misc | |
parent | 4d5b9d7062bf3ab407f3129a41c5af99946e9e12 (diff) | |
download | freebsd-ports-gnome-8ccdca27932d323b40605982dadfd151b236fc16.tar.gz freebsd-ports-gnome-8ccdca27932d323b40605982dadfd151b236fc16.tar.zst freebsd-ports-gnome-8ccdca27932d323b40605982dadfd151b236fc16.zip |
misc/py-tqdm: Add CATEGORIES=python
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index c19fc0f5619f..eda38963f2a1 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tqdm PORTVERSION= 4.60.0 -CATEGORIES= misc +CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |