freebsd-ports/net/uriparser/Makefile
Thomas Zander 6efcd32b9a Update to upstream version 0.9.1
Details:
- Addressing an out-of-bounds read which might be exploitable,
  see upstream changelog:
  https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog

PR:		234670
Submitted by:	riggs
Approved by:	maintainer timeout
MFH:		2019Q1
2019-01-26 10:52:44 +00:00

25 lines
465 B
Makefile

# Created by: Ed Schouten <ed@FreeBSD.org>
# $FreeBSD$
PORTNAME= uriparser
DISTVERSION= 0.9.1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
MAINTAINER= ed@FreeBSD.org
COMMENT= URI parsing library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix tar:bz2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doc --disable-test
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>