diff options
Diffstat (limited to 'devel/py-deprecated/Makefile')
-rw-r--r-- | devel/py-deprecated/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-deprecated/Makefile b/devel/py-deprecated/Makefile index a63b96eb1f53..93a89e862e1f 100644 --- a/devel/py-deprecated/Makefile +++ b/devel/py-deprecated/Makefile @@ -1,14 +1,13 @@ PORTNAME= deprecated -PORTVERSION= 1.2.14 -PORTREVISION= 1 +PORTVERSION= 1.2.18 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Deprecated-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= @deprecated decorator to deprecate old python classes, functions or methods -WWW= https://github.com/tantale/deprecated +WWW= https://deprecated.readthedocs.io/en/latest/ \ + https://github.com/laurent-laporte-pro/deprecated LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst |