# $Id: Portfile,v 1.5 2005/04/17 07:52:47 landonf Exp $ PortSystem 1.0 name gpgme version 1.0.2 revision 1 description A library for easy acces to GnuPG. long_description GnuPG Made Easy (GPGME) is a library designed to make access \ to GnuPG easier for applications. It provides a High-Level \ Crypto API for encryption, decryption, signing, signature \ verification and key management. Currently it uses GnuPG \ as its backend but the API isn't restricted to this engine \ in fact we have already developed a backend for CMS (S/MIME). maintainers olegb@opendarwin.org categories devel security platforms darwin homepage http://www.gnupg.org/related_software/gpgme/ master_sites ftp://ftp.gnupg.org/gcrypt/gpgme/ checksums md5 3be11bbaa94af352ed6841ad3e296a2f \ sha1 5ca592b6a8ec64e92fa64402a15ea3ee37ad3fab depends_lib bin:gpg:gnupg lib:libpth:pth lib:libgpg-error:libgpg-error configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp" configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man \ --with-gpg=${prefix}/bin/gpg --without-gpg-error