# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-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		port:gpgme

build.env		CPPFLAGS="-I${prefix}/include"
build.cmd		make

post-destroot		{ delete "${destroot}/${python.pkgd}/gpgme/tests" }
