diff options
author | yuri <yuri@FreeBSD.org> | 2019-01-22 04:28:25 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-01-22 04:28:25 +0800 |
commit | 95b6080b3647345667146df0d8037782f5286839 (patch) | |
tree | a5ab85a1dc0860e85321fe5812b9bcd7608a0221 /misc/py-fast-histogram | |
parent | 7f1679de2064db7c8e4f7a0f674abb5399565886 (diff) | |
download | freebsd-ports-gnome-95b6080b3647345667146df0d8037782f5286839.tar.gz freebsd-ports-gnome-95b6080b3647345667146df0d8037782f5286839.tar.zst freebsd-ports-gnome-95b6080b3647345667146df0d8037782f5286839.zip |
misc/py-fast-histogram: Fix categories
Diffstat (limited to 'misc/py-fast-histogram')
-rw-r--r-- | misc/py-fast-histogram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-fast-histogram/Makefile b/misc/py-fast-histogram/Makefile index ce104f88d426..6ac80ff0d1df 100644 --- a/misc/py-fast-histogram/Makefile +++ b/misc/py-fast-histogram/Makefile @@ -2,7 +2,7 @@ PORTNAME= fast-histogram DISTVERSION= 0.7 -CATEGORIES= misc +CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |