diff options
author | feld <feld@FreeBSD.org> | 2014-12-08 00:31:50 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-08 00:31:50 +0800 |
commit | d9a6faa1cc6f795b8aad7ecaebab82d5c1760dd5 (patch) | |
tree | 110659ea629af101d6492ff972b7376650615039 /math/py-sympy | |
parent | a8e136abbb5e45c062b075c17563fc703665fe77 (diff) | |
download | freebsd-ports-gnome-d9a6faa1cc6f795b8aad7ecaebab82d5c1760dd5.tar.gz freebsd-ports-gnome-d9a6faa1cc6f795b8aad7ecaebab82d5c1760dd5.tar.zst freebsd-ports-gnome-d9a6faa1cc6f795b8aad7ecaebab82d5c1760dd5.zip |
Update "BSD" license in math category
Diffstat (limited to 'math/py-sympy')
-rw-r--r-- | math/py-sympy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 5ce11abfc741..b9183fbe6d13 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library For Symbolic Mathematics -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist |