blob: 0cd4909e3e33ed1b2fe475d3e2bb748dcbaf4d5d (
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
24
|
PORTNAME= dm-tree
DISTVERSION= 0.1.8
PORTREVISION= 3
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>
|