Changeset View
Changeset View
Standalone View
Standalone View
sysutils/openzfs/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= openzfs | PORTNAME= openzfs | ||||
PORTVERSION= 2020091600 | PORTVERSION= 2020092900 | ||||
DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
CATEGORIES= sysutils | CATEGORIES= sysutils | ||||
MAINTAINER= freqlabs@FreeBSD.org | MAINTAINER= freqlabs@FreeBSD.org | ||||
COMMENT= OpenZFS userland for FreeBSD | COMMENT= OpenZFS userland for FreeBSD | ||||
LICENSE= CDDL | LICENSE= CDDL | ||||
Show All 10 Lines | |||||
DEBUG_DESC= Build a debug configuration | DEBUG_DESC= Build a debug configuration | ||||
PYTHON_DESC= Build the pyzfs library, arc_summary and arcstat utilities | PYTHON_DESC= Build the pyzfs library, arc_summary and arcstat utilities | ||||
TESTS_DESC= Install the ZFS Test Suite | TESTS_DESC= Install the ZFS Test Suite | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= openzfs | GH_ACCOUNT= openzfs | ||||
GH_PROJECT= zfs | GH_PROJECT= zfs | ||||
GH_TAGNAME= 9569c3116 | GH_TAGNAME= 4c5159cc5 | ||||
.include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
.if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013) | .if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013) | ||||
IGNORE= needs FreeBSD 12/13 with AES-CCM support | IGNORE= needs FreeBSD 12/13 with AES-CCM support | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MDEBUG} | .if ${PORT_OPTIONS:MDEBUG} | ||||
Show All 16 Lines |