diff --git a/www/py-dropbox/Makefile b/www/py-dropbox/Makefile index a608c54079ac..1de4db4d6dbb 100644 --- a/www/py-dropbox/Makefile +++ b/www/py-dropbox/Makefile @@ -1,23 +1,24 @@ PORTNAME= dropbox PORTVERSION= 11.36.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Dropbox API Client -WWW= https://dropbox-sdk-python.readthedocs.io/en/latest/ +WWW= https://dropbox-sdk-python.readthedocs.io/en/latest/ \ + https://github.com/dropbox/dropbox-sdk-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stone>=2.0:devel/py-stone@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/www/py-dropbox/pkg-descr b/www/py-dropbox/pkg-descr index 1bcafbb61b2d..a9497a83bf8b 100644 --- a/www/py-dropbox/pkg-descr +++ b/www/py-dropbox/pkg-descr @@ -1,3 +1 @@ The offical Dropbox SDK for Python. - -See also: https://github.com/dropbox/dropbox-sdk-python