diff options
Diffstat (limited to 'math/py-matplotlib-scalebar/Makefile')
-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} \ |