1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/mod_cloudflare/Makefile
Mark Felder 6ca3655e7e Welcome mod_cloudflare to the tree.
Unfortunately, Cloudflare doesn't seem to be handling release management
of mod_cloudflare very well so for now we are pulling from their public
Github repository and the version number will be 0.0.YYYYMMDD based on
the date of the commit we're pulling. They don't commit updates very
often, so this should be fine until they figure out their release
process.
2014-04-23 14:54:27 +00:00

28 lines
473 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_cloudflare
PORTVERSION= 0.0.20140409
CATEGORIES= www
MASTER_SITES= GH
MAINTAINER= feld@FreeBSD.org
COMMENT= Cloudflare fork of mod_remoteip
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= cloudflare
GH_PROJECT= mod_cloudflare
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= da8436d
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= cloudflare
SRC_FILE= mod_cloudflare.c
.include <bsd.port.mk>