mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# 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
|
|
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|