mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
88b492b029
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache
22 lines
428 B
Makefile
22 lines
428 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/ GHC
|
|
|
|
MAINTAINER= potatosaladx@gmail.com
|
|
COMMENT= Apache2 module that processes X-SENDFILE headers
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache:2.2+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= potatosalad
|
|
|
|
.include <bsd.port.mk>
|