# $Id: Portfile 82414 2011-08-13 15:26:14Z jmr@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-pygpgme version 0.1 platforms darwin categories python maintainers afb openmaintainer description Python module for working with OpenPGP messages long_description \ PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt \ files using the OpenPGP format. It is built on top of GNU Privacy Guard and \ the GPGME library. homepage http://cheeseshop.python.org/pypi/pygpgme/${version}/ master_sites http://cheeseshop.python.org/packages/source/p/pygpgme/ distname pygpgme-${version} checksums md5 0878d866b6ee8a98a9003a81934ecee3 depends_lib-append port:gpgme build.env CPPFLAGS="-I${prefix}/include" build.cmd make post-destroot { delete "${destroot}/${python.pkgd}/gpgme/tests" }