blob: 8f81a224d08ac2f6dfe3ce40cd16dc1e15d8d497 (
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
|
# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= mod_cloudflare
PORTVERSION= 2016.10.0
CATEGORIES= www
MAINTAINER= joneum@FreeBSD.org
COMMENT= Cloudflare fork of mod_remoteip
LICENSE= APACHE20
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}mod_remoteip
USE_GITHUB= yes
GH_ACCOUNT= cloudflare
GH_TAGNAME= 98ab38a
USES= apache:2.4+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= cloudflare
SRC_FILE= mod_cloudflare.c
.include <bsd.port.mk>
|