mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
0f5fff9471
Upstream has switched to CMake, so follow suit here (and explicitly disable crypto backends other than OpenSSL for AES support). The port also depends on Perl for testing, so add the missing dependency. Based on an initial patch by danfe@. Submitted by: danfe (initial version)
25 lines
508 B
Makefile
25 lines
508 B
Makefile
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libzip
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= https://libzip.org/download/
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= C library for reading, creating, and modifying ZIP archives
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CPE_VENDOR= nih
|
|
|
|
USES= cmake:outsource cpe perl5 ssl tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_PERL5= test
|
|
TEST_TARGET= test
|
|
|
|
CMAKE_OFF= ENABLE_COMMONCRYPTO ENABLE_GNUTLS
|
|
|
|
.include <bsd.port.mk>
|