freebsd-ports/www/mod_xsendfile/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

24 lines
546 B
Makefile

# New ports collection makefile for: mod_xsendfile Apache module
# Date created: 2006-11-23
# Whom: Andrew T. Bennett <potatosaladx@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mod_xsendfile
PORTVERSION= 0.12
PORTREVISION= 2
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>