mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
960c0ed9f8
Sponsored by: Netzkommune GmbH
27 lines
458 B
Makefile
27 lines
458 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|