1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/archivers/libzip/Makefile
2021-04-06 16:31:07 +02:00

24 lines
501 B
Makefile

# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
PORTNAME= libzip
PORTVERSION= 1.7.3
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 cpe perl5 ssl tar:xz
USE_LDCONFIG= yes
USE_PERL5= test
TEST_TARGET= test
CMAKE_OFF= ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
.include <bsd.port.mk>