Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / py-tiledb / Makefile
1 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       tiledb
5 PORTVERSION=    0.5.9
6 CATEGORIES=     databases python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Python interface to the TileDB array storage manager
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 NOT_FOR_ARCHS=  i386
17 NOT_FOR_ARCHS_REASON=   is currently 64-bit only
18
19 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
20                 ${PYTHON_PKGNAMEPREFIX}wheel>=0.30:devel/py-wheel@${PY_FLAVOR} \
21                 ${RUN_DEPENDS}
22 LIB_DEPENDS=    libtiledb.so:databases/tiledb
23 RUN_DEPENDS=    ${PYNUMPY}
24
25 USES=           compiler:c++11-lang localbase python:3.5+
26 USE_PYTHON=     autoplist cython distutils
27
28 .include <bsd.port.mk>