aboutsummaryrefslogtreecommitdiff
path: root/www/mod_defensible/Makefile
blob: 588cdf892eaf68cb500dc14f8d99e228c3b104f1 (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
24
25
26
PORTNAME=	mod_defensible
DISTVERSIONPREFIX=	v
DISTVERSION=	1.5
CATEGORIES=	www

MAINTAINER=	peter@libassi.se
COMMENT=	Apache 2.4 module aiming to block IP listed in DNSBL

LICENSE=	APACHE20

USES=		apache:2.4+

USE_GITHUB=	yes
GH_ACCOUNT=	jd

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	defensible

SRC_FILE=	mod_defensible.c

post-patch:
	${REINPLACE_CMD} 's,%%PORTVERSION%%,${PORTVERSION},' \
		${WRKSRC}/mod_defensible.c

.include <bsd.port.mk>