676d525cd2
Announcement: https://libzip.org/news/release-1.5.2.html
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libzip
|
|
PORTVERSION= 1.5.2
|
|
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>
|