1025e15bf0
* Remove Perl dependency * Unit tests relies on unported libraries, disable for now * Disable RPATH via CMAKE_SKIP_RPATH argument instead of patching Changelog: https://github.com/nih-at/libzip/releases/tag/v1.10.0 PR: 272208 Reviewed by: rakuco (maintainer)
23 lines
602 B
Makefile
23 lines
602 B
Makefile
PORTNAME= libzip
|
|
DISTVERSION= 1.10.0
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= https://github.com/nih-at/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
|
https://libzip.org/download/
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= C library for reading, creating, and modifying ZIP archives
|
|
WWW= https://libzip.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
|
|
USES= cmake cpe pathfix ssl tar:xz
|
|
CPE_VENDOR= nih
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= BUILD_REGRESS ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
|
|
CMAKE_ON= CMAKE_SKIP_RPATH
|
|
|
|
.include <bsd.port.mk>
|