99d0d693989784384eab6048374f8374064436a5
[monkeysphere.git] / packaging / macports / Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 # $Id$
3
4 PortSystem          1.0
5
6 name                monkeysphere
7 version             0.24
8 categories          net
9 maintainers         nomaintainer
10 platforms           darwin
11 description         use the OpenPGP web of trust to verify ssh connections
12
13 long_description    SSH key-based authentication is tried-and-true, \
14                     but it lacks a true Public Key Infrastructure for \
15                     key certification, revocation and expiration. \
16                     Monkeysphere is a framework that uses the OpenPGP \
17                     web of trust for these PKI functions.  It can be \
18                     used in both directions: for users to get \
19                     validated host keys, and for hosts to authenticate \
20                     users.
21
22 homepage            http://web.monkeysphere.info/
23 master_sites        http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
24 distname            ${name}_${version}
25 worksrcdir          ${name}-${version}
26 checksums           md5 8590532f4702fa44027a6a583657c9ef
27
28 depends_run         bin:ssh:openssh \
29                     port:gnupg \
30                     port:perl5.10 \
31                     port:p5-crypt-rsa \
32                     port:p5-digest-sha1 \
33                     port:procmail
34
35 build.target        build
36 destroot.args       PREFIX=${destroot}${prefix} \
37                     CONFDIR=${destroot}${prefix}/etc/monkeysphere \
38                     DBDIR=${destroot}${prefix}/var/lib/monkeysphere \
39                     MANDIR=${destroot}${prefix}/share/man \
40                     DOCDIR=${destroot}${prefix}/share/doc/monkeysphere