summaryrefslogtreecommitdiff
path: root/www/varnish-libvmod-saintmode/Makefile
blob: 22d2203eb6daf5299f1127c6846ba7d759a6f7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libvmod-saintmode
DISTVERSIONPREFIX=v
DISTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	www
PKGNAMEPREFIX=	varnish-

MAINTAINER=	feld@FreeBSD.org
COMMENT=	Varnish Module (vmod) for detecting failing backends

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	varnish4>=4.1.0:${PORTSDIR}/www/varnish4 \
		rst2man:${PORTSDIR}/textproc/py-docutils

USES=		autoreconf gmake libtool pkgconfig python:2,build
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
INSTALL_TARGET=	install-strip

USE_GITHUB=	yes
GH_ACCOUNT=	varnish

.include <bsd.port.mk>