diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
commit | 8136ee5a9f5c3f3e66da24d4274044b6e9925608 (patch) | |
tree | 04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_xsendfile | |
parent | ab634dd8ea38be988cfaa5b7560132a6acc30d26 (diff) | |
download | ports-8136ee5a9f5c3f3e66da24d4274044b6e9925608.tar.gz ports-8136ee5a9f5c3f3e66da24d4274044b6e9925608.zip |
Notes
Diffstat (limited to 'www/mod_xsendfile')
-rw-r--r-- | www/mod_xsendfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_xsendfile/Makefile b/www/mod_xsendfile/Makefile index 9d6bbb340637..2f71ebbb59ad 100644 --- a/www/mod_xsendfile/Makefile +++ b/www/mod_xsendfile/Makefile @@ -9,12 +9,12 @@ 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 +COMMENT= Apache2 module that processes X-SENDFILE headers +LICENSE= AL2 USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |