diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 13:16:57 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 14:38:42 +0200 |
commit | 28af0d106648c326b53721fd3df7f61bdee95d07 (patch) | |
tree | b3ef83b0de39d177b19ee619b93c9e2e16be18ef /math/py-matplotlib-scalebar | |
parent | databases/py-aiomcache: Fix license (diff) |
math/py-matplotlib-scalebar: Fix license
Approved by: portmgr (blanket)
Diffstat (limited to 'math/py-matplotlib-scalebar')
-rw-r--r-- | math/py-matplotlib-scalebar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index c98331d5b4a5..c121b0bd9201 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -1,5 +1,6 @@ PORTNAME= matplotlib-scalebar PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,7 @@ MAINTAINER= rhurlin@FreeBSD.org COMMENT= Artist for matplotlib to display a scale bar WWW= https://github.com/ppinard/matplotlib-scalebar -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ |