# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-pygpgme
version             0.3
revision            0
platforms           darwin
license             LGPL
maintainers         nomaintainer

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            https://launchpad.net/pygpgme
master_sites        pypi:p/pygpgme/
distname            pygpgme-${version}
checksums           rmd160  7d15991622ee7adf643d9d658c5da718c6b1bfd0 \
                    sha256  5fd887c407015296a8fd3f4b867fe0fcca3179de97ccde90449853a3dfb802e1 \
                    size    50100

python.versions     27

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:gpgme

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