diff options
Diffstat (limited to 'sysutils/py-distro/Makefile')
-rw-r--r-- | sysutils/py-distro/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/py-distro/Makefile b/sysutils/py-distro/Makefile index aaf879a4f6c0..3342c2fab218 100644 --- a/sysutils/py-distro/Makefile +++ b/sysutils/py-distro/Makefile @@ -5,8 +5,9 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Linux OS platform information API -WWW= https://github.com/python-distro/distro +COMMENT= OS platform information API +WWW= https://distro.readthedocs.io/en/latest/ \ + https://github.com/python-distro/distro LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |