a8ed171245
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
21 lines
425 B
Makefile
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>
|