Ticket #34073: Portfile

File Portfile, 1.0 KB (added by 3add3287 (3add3287), 12 years ago)

Portfile for py-pygpgme

Line 
1# $Id: Portfile 82395 2011-08-13 00:40:55Z jmr@macports.org $
2
3PortSystem 1.0
4PortGroup python 1.0
5
6name                py-pygpgme
7version             0.3
8
9categories          python
10maintainers         afb openmaintainer
11
12description         Python module for working with OpenPGP messages
13long_description    PyGPGME is a Python module that lets you sign, verify, encrypt and \
14                    decrypt files using the OpenPGP format.  It is built on top of GNU \
15                    Privacy Guard and the GPGME library.
16
17platforms           darwin
18license             LGPL
19
20homepage            http://cheeseshop.python.org/pypi/pygpgme/${version}/
21master_sites        http://cheeseshop.python.org/packages/source/p/pygpgme/
22
23distname            pygpgme-${version}
24
25python.versions     26 27
26python.default_version 27
27
28checksums       rmd160 7d15991622ee7adf643d9d658c5da718c6b1bfd0 \
29                isha256 5fd887c407015296a8fd3f4b867fe0fcca3179de97ccde90449853a3dfb802e1
30
31depends_lib-append port:gpgme
32
33build.env-append   CPPFLAGS="-I${prefix}/include"