|
Lines 11-17
Link Here
|
| 11 |
LICENSE="BSD" |
11 |
LICENSE="BSD" |
| 12 |
SLOT="0" |
12 |
SLOT="0" |
| 13 |
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |
13 |
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |
| 14 |
IUSE="addition debug fastcgi flv imap ipv6 pcre perl random-index securelink ssl status sub webdav zlib" |
14 |
IUSE="addition debug fastcgi flv mail-proxy mail-proxy-ssl ipv6 pcre perl random-index securelink ssl status sub webdav zlib" |
| 15 |
|
15 |
|
| 16 |
DEPEND="dev-lang/perl |
16 |
DEPEND="dev-lang/perl |
| 17 |
pcre? ( >=dev-libs/libpcre-4.2 ) |
17 |
pcre? ( >=dev-libs/libpcre-4.2 ) |
|
Lines 60-66
Link Here
|
| 60 |
} |
60 |
} |
| 61 |
use debug && myconf="${myconf} --with-debug" |
61 |
use debug && myconf="${myconf} --with-debug" |
| 62 |
use ssl && myconf="${myconf} --with-http_ssl_module" |
62 |
use ssl && myconf="${myconf} --with-http_ssl_module" |
| 63 |
use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support |
63 |
use mail-proxy && myconf="${myconf} --with-mail" # enable POP3/IMAP4/SMTP proxy module |
|
|
64 |
use mail-proxy-ssl && myconf="${myconf} --with-mail_ssl_module" # enable ngx_mail_ssl_module |
| 64 |
use perl && myconf="${myconf} --with-http_perl_module" |
65 |
use perl && myconf="${myconf} --with-http_perl_module" |
| 65 |
use status && myconf="${myconf} --with-http_stub_status_module" |
66 |
use status && myconf="${myconf} --with-http_stub_status_module" |
| 66 |
use webdav && myconf="${myconf} --with-http_dav_module" |
67 |
use webdav && myconf="${myconf} --with-http_dav_module" |