mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
25 lines
441 B
Makefile
25 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libhtp
|
|
PORTVERSION= 0.2.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= www security
|
|
PKGNAMESUFFIX= -suricata
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Security-aware parser for the HTTP protocol
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= inliniac
|
|
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS_INSTALL= libhtp-[0-9]*
|
|
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|