diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-14 12:08:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-14 12:08:07 +0800 |
commit | efdb8e3abbf0c95d46663434150420c16b5e229c (patch) | |
tree | ba14ecaab9b4bdddefabb68324f36ae5d358dcad /www/Makefile | |
parent | 9ae48bb3a418aeeff8bd67eb32fad0c065f28cd9 (diff) | |
download | freebsd-ports-gnome-efdb8e3abbf0c95d46663434150420c16b5e229c.tar.gz freebsd-ports-gnome-efdb8e3abbf0c95d46663434150420c16b5e229c.tar.zst freebsd-ports-gnome-efdb8e3abbf0c95d46663434150420c16b5e229c.zip |
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in
purpose, but does not use OpenSSL.
WWW: http://www.outoforder.cc/projects/apache/mod_gnutls/
PR: ports/154463
Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ae08927ac609..d22903ebda50 100644 --- a/www/Makefile +++ b/www/Makefile @@ -497,6 +497,7 @@ SUBDIR += mod_flickr SUBDIR += mod_geoip SUBDIR += mod_geoip2 + SUBDIR += mod_gnutls SUBDIR += mod_gzip SUBDIR += mod_gzip2 SUBDIR += mod_h264_streaming |