mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
24 lines
534 B
Makefile
24 lines
534 B
Makefile
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>
|