1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/py-libzfs/Makefile
Ryan Moeller 63a23cd02c devel/py-libzfs: Avoid fallthrough macro conflict
Fixes build failure with recent OpenZFS.

Approved by:	lwhsu (implicit)
Reported by:	arrowd
Sponsored by:	iXsystems, Inc.
2021-10-01 12:46:19 -04:00

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>