1 | # $Id: Portfile 82395 2011-08-13 00:40:55Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pygpgme |
---|
7 | version 0.3 |
---|
8 | |
---|
9 | categories python |
---|
10 | maintainers afb openmaintainer |
---|
11 | |
---|
12 | description Python module for working with OpenPGP messages |
---|
13 | long_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 | |
---|
17 | platforms darwin |
---|
18 | license LGPL |
---|
19 | |
---|
20 | homepage http://cheeseshop.python.org/pypi/pygpgme/${version}/ |
---|
21 | master_sites http://cheeseshop.python.org/packages/source/p/pygpgme/ |
---|
22 | |
---|
23 | distname pygpgme-${version} |
---|
24 | |
---|
25 | python.versions 26 27 |
---|
26 | python.default_version 27 |
---|
27 | |
---|
28 | checksums rmd160 7d15991622ee7adf643d9d658c5da718c6b1bfd0 \ |
---|
29 | isha256 5fd887c407015296a8fd3f4b867fe0fcca3179de97ccde90449853a3dfb802e1 |
---|
30 | |
---|
31 | depends_lib-append port:gpgme |
---|
32 | |
---|
33 | build.env-append CPPFLAGS="-I${prefix}/include" |
---|