Changeset 4499 for trunk/dports


Ignore:
Timestamp:
Jan 7, 2004, 12:09:11 AM (20 years ago)
Author:
yeled
Message:

change my email
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/dovecot/Portfile

    r4333 r4499  
    1 # $Id: Portfile,v 1.2 2003/12/28 12:38:41 fkr Exp $
     1# $Id: Portfile,v 1.3 2004/01/07 00:09:11 yeled Exp $
    22
    3 PortSystem 1.0
    4 name            dovecot
    5 version        0.99.10.4
    6 categories      mail
    7 description    (more) secure imap server
    8 maintainers     charlie@rubberduck.com
    9 long_description        Dovecot is an IMAP and POP3 server for Linux/UNIX-like \
    10                         systems, written with security primarily in mind. Although \
    11                         it's written in C, it uses several coding techniques to avoid \
    12                         most of the common pitfalls.
    13 homepage        http://dovecot.procontrol.fi/
    14 platforms       darwin
    15 master_sites    ${homepage}
    16 checksums       md5 81eda7985e99d28acd6d286aa0e13e07
    17 configure.args  --sysconfdir=${prefix}/etc/${name}
     3PortSystem        1.0
     4name              dovecot
     5version                 0.99.10.4
     6categories        mail
     7description             (more) secure imap server
     8maintainers           yeled@opendarwin.org
     9long_description  Dovecot is an IMAP and POP3 server for Linux/UNIX-like \
     10                  systems, written with security primarily in mind. Although \
     11                  it's written in C, it uses several coding techniques to \
     12                  avoid most of the common pitfalls.
     13homepage          http://dovecot.org/
     14platforms         darwin
     15master_sites      ${homepage}
     16checksums               md5 81eda7985e99d28acd6d286aa0e13e07
     17configure.args    --sysconfdir=${prefix}/etc/${name}
    1818
    19 variant postgres {      depends_lib-append      lib:plpgsql:postgresql
    20                         configure.args-append   --with-pgsql    }
    21 
     19variant postgres  {     
     20  depends_lib-append    lib:plpgsql:postgresql
     21  configure.args-append --with-pgsql
     22  }
    2223variant rawlog  {       configure.args-append   --with-rawlog   }
    23 
    24 variant ldap    {       configure.args-append   --with-ldap     }
     24variant ldap      {     configure.args-append   --with-ldap     }
Note: See TracChangeset for help on using the changeset viewer.