summaryrefslogtreecommitdiff
path: root/packaging/macports/Portfile
blob: 99d0d693989784384eab6048374f8374064436a5 (plain)
  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. PortSystem 1.0
  4. name monkeysphere
  5. version 0.24
  6. categories net
  7. maintainers nomaintainer
  8. platforms darwin
  9. description use the OpenPGP web of trust to verify ssh connections
  10. long_description SSH key-based authentication is tried-and-true, \
  11. but it lacks a true Public Key Infrastructure for \
  12. key certification, revocation and expiration. \
  13. Monkeysphere is a framework that uses the OpenPGP \
  14. web of trust for these PKI functions. It can be \
  15. used in both directions: for users to get \
  16. validated host keys, and for hosts to authenticate \
  17. users.
  18. homepage http://web.monkeysphere.info/
  19. master_sites http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
  20. distname ${name}_${version}
  21. worksrcdir ${name}-${version}
  22. checksums md5 8590532f4702fa44027a6a583657c9ef
  23. depends_run bin:ssh:openssh \
  24. port:gnupg \
  25. port:perl5.10 \
  26. port:p5-crypt-rsa \
  27. port:p5-digest-sha1 \
  28. port:procmail
  29. build.target build
  30. destroot.args PREFIX=${destroot}${prefix} \
  31. CONFDIR=${destroot}${prefix}/etc/monkeysphere \
  32. DBDIR=${destroot}${prefix}/var/lib/monkeysphere \
  33. MANDIR=${destroot}${prefix}/share/man \
  34. DOCDIR=${destroot}${prefix}/share/doc/monkeysphere