1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/mod_cloudflare/Makefile
Jochen Neumeister 960c0ed9f8 Update to the last snapshot
Sponsored by:	Netzkommune GmbH
2019-02-02 13:40:43 +00:00

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>