aboutsummaryrefslogtreecommitdiff
path: root/www/mod_xsendfile/Makefile
blob: 9eb0319b017e5aa2fd9308b768585a23fcfb7abe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	mod_xsendfile
PORTVERSION=	0.12
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	https://tn123.org/mod_xsendfile/ GHC

MAINTAINER=	potatosaladx@gmail.com
COMMENT=	Apache2 module that processes X-SENDFILE headers
WWW=		https://tn123.org/mod_xsendfile/

LICENSE=	APACHE20

USES=		apache
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	potatosalad

.include <bsd.port.mk>