diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:06:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:10:59 +0000 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /math/sage | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (diff) |
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index c362b9b1bd61..be7d35f8a093 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -13,6 +13,7 @@ PKGNAMESUFFIX= -math MAINTAINER= thierry@FreeBSD.org COMMENT= Open source Mathematics software +WWW= https://www.sagemath.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt |