Ticket #17281: Portfile

File Portfile, 750 bytes (added by mike@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    pam-krb5
6version                 3.12
7categories              security
8maintainers             flyn.org:mike
9description             Kerberos 5 module for PAM
10long_description        pam-krb5 provides a Kerberos 5 PAM module that supports authentication, user ticket cache handling, simple authorization (via .k5login or checking Kerberos principals against local usernames), and password changing. It can be configured through either options in the PAM configuration itself or through entries in the system krb5.conf file.
11homepage                http://archives.eyrie.org/software/kerberos/
12platforms               darwin
13master_sites            ${homepage}
14
15checksums               sha1 363b4c7a1031f134164190c2cf116f41170012ad
16
17post-destroot {
18        ln -s ${destroot}${prefix}/lib/pam/pam-krb5.so /usr/lib/pam/pam-krb5.so
19}