diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-07 16:31:50 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-07 16:31:50 +0000 |
commit | f7f3a97a4dde682a7a068cf298ab08e089473007 (patch) | |
tree | 110659ea629af101d6492ff972b7376650615039 /math/py-patsy | |
parent | 9d29351fc192656a89894975181095229a4264bf (diff) |
Notes
Diffstat (limited to 'math/py-patsy')
-rw-r--r-- | math/py-patsy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index 870c6bd469cb..319f4e71636f 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= xmj@chaot.net COMMENT= Python package for statistical models and design matrices -LICENSE= BSD +LICENSE= BSD3CLAUSE PSFL +LICENSE_COMB= multi BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} |