freebsd-ports/www/mod_xsendfile/Makefile
Mathieu Arnold a8ed171245 Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.

Sponsored by:	Absolight
2015-09-04 16:02:16 +00:00

21 lines
425 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
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
.include <bsd.port.mk>