mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
63a23cd02c
Fixes build failure with recent OpenZFS. Approved by: lwhsu (implicit) Reported by: arrowd Sponsored by: iXsystems, Inc.
32 lines
644 B
Makefile
32 lines
644 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
PORTNAME= libzfs
|
|
PORTVERSION= 1.1.2021100100
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freqlabs@FreeBSD.org
|
|
COMMENT= Python libzfs bindings
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= truenas
|
|
GH_PROJECT= py-libzfs
|
|
GH_TAGNAME= 8702fda
|
|
|
|
HAS_CONFIGURE= yes
|
|
USES= compiler:c11 python
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
CONFIGURE_ENV= freebsd_src=${SRC_BASE}
|
|
MAKE_ENV= freebsd_src=${SRC_BASE}
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if !exists(${SRC_BASE}/sys/Makefile)
|
|
IGNORE= requires kernel source files in ${SRC_BASE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|