aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dm-tree/Makefile
blob: 137635994a01ffc77cf19b9a92209cf52361d95a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	dm-tree
DISTVERSION=	0.1.8
CATEGORIES=	devel
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library for working with nested data structures
WWW=		https://tree.readthedocs.io/en/latest/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	cmake:devel/cmake-core \
		pybind11>0:devel/pybind11
LIB_DEPENDS=	libabsl_strings.so:devel/abseil

USES=		localbase python
USE_PYTHON=	distutils concurrent

MAKE_ENV=	FREEBSD_LOCALBASE=${LOCALBASE}

.include <bsd.port.mk>