aboutsummaryrefslogtreecommitdiffstats
path: root/www/libhtp-suricata/Makefile
blob: 0896838826261ed9c00f61a93970d4b97fab5f82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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]*

INSTALL_TARGET= install-strip

.include <bsd.port.mk>