freebsd-ports/archivers/libzip/Makefile
Max Brazhnikov 31a383009b archivers/libzip:
- Add patch to fix CVE-2015-2331: ZIP Integer Overflow [1]
- Add CPE

PR:		198913 [1]
Reported by:	Sevan Janiyan
2015-03-28 16:48:15 +00:00

21 lines
447 B
Makefile

# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
# $FreeBSD$
PORTNAME= libzip
PORTVERSION= 0.11.2
PORTREVISION= 2
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
MAINTAINER= makc@FreeBSD.org
COMMENT= C library for reading, creating, and modifying ZIP archives
CPE_VENDOR= nih
GNU_CONFIGURE= yes
MAKE_ENV= LC_ALL="C"
USES= cpe libtool pathfix tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>