diff options
Diffstat (limited to 'textproc/py-sphinx-intl/Makefile')
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 79e129e0e846..77639b753bcb 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -1,13 +1,14 @@ PORTNAME= sphinx-intl -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= sphinx_intl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sphinx utility that make it easy to translate and to apply translation -WWW= https://github.com/sphinx-doc/sphinx-intl +WWW= https://sphinx-intl.readthedocs.io/en/master/ \ + https://github.com/sphinx-doc/sphinx-intl LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |