mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
21 lines
446 B
Makefile
21 lines
446 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= Apache2 module that processes X-SENDFILE headers
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|