freebsd-ports/www/mod_xsendfile/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

22 lines
486 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.9
CATEGORIES= www
MASTER_SITES= http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
MAINTAINER= potatosaladx@gmail.com
COMMENT= An Apache2 module that processes X-SENDFILE headers
MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>