freebsd-ports/net/uriparser/Makefile
Ed Schouten f038799285 Update uriparser to version 0.8.4.
It looks like the latest release doesn't build because of a missing
#include. The source file depends on AF_INET and AF_INET6, which of
course requires <sys/socket.h>.

Submitted by: Torsten Zühlsdorff
PR: 203972
Differential Revision:	https://reviews.freebsd.org/D4001
2015-10-27 07:33:47 +00:00

24 lines
465 B
Makefile

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