diff options
-rw-r--r-- | devel/ipython/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index faaca4164864..ae717ae73672 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,7 +6,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Enhanced Interactive Python shell -WWW= https://ipython.org/ +WWW= https://ipython.org/ \ + https://ipython.readthedocs.io/en/stable/ \ + https://github.com/ipython/ipython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.rst |