summaryrefslogtreecommitdiff
path: root/www/mod_xsendfile/Makefile
blob: 6702a59f8ef839550a559a79fb6a6937f09a6f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andrew T. Bennett <potatosaladx@gmail.com>
# $FreeBSD$

PORTNAME=	mod_xsendfile
PORTVERSION=	0.12
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	https://tn123.org/mod_xsendfile/ \
		http://cloud.github.com/downloads/potatosalad/mod_xsendfile/

MAINTAINER=	potatosaladx@gmail.com
COMMENT=	An Apache2 module that processes X-SENDFILE headers

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>