diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-05-25 17:36:47 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-05-25 17:36:47 +0000 |
commit | cbdb9fc8c3fa39862782a0bd12d064bac6eb3d44 (patch) | |
tree | bb2c562271c776769e19e4afef07fe7bf625f4df /math/py-statsmodels | |
parent | Exclude libssl from .pc. We don't provide libssl.pc for openssl in (diff) |
math/py-statsmodels: fix build- and plist issues
- fix build issues through adding Cython to BUILD_DEPENDSi
- fix plist issues
Notes
Notes:
svn path=/head/; revision=387392
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r-- | math/py-statsmodels/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 9791ad05ad2a..9468b181f208 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -13,6 +13,7 @@ COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ + cython:${PORTSDIR}/lang/cython \ ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \ ${PYTHON_PKGNAMEPREFIX}patsy>0:${PORTSDIR}/math/py-patsy @@ -28,6 +29,9 @@ USE_PYTHON= autoplist distutils concurrent USE_GITHUB= yes GH_TAGNAME= 8e812cd +PORTEXAMPLES= * +PORTDOCS= README.rst README_l1.txt + .include <bsd.port.options.mk> post-install: |