1 | PortSystem 1.0 |
---|
2 | name signing-party |
---|
3 | version 0.4.6 |
---|
4 | categories mail security |
---|
5 | maintainers ehainry@free.fr |
---|
6 | platforms darwin |
---|
7 | description Various OpenPGP related tools |
---|
8 | long_description \ |
---|
9 | signing-party is a collection for all kinds of PGP/GnuPG related things, \ |
---|
10 | including signing scripts, party preparation scripts, etc. |
---|
11 | homepage http://pgp-tools.alioth.debian.org/ |
---|
12 | master_sites http://ftp.debian.org/debian/pool/main/s/signing-party/ |
---|
13 | distname ${name}_${version} |
---|
14 | worksrcdir ${name}-${version} |
---|
15 | extract.suffix .orig.tar.gz |
---|
16 | checksums md5 8ece5312f04f9ed3c3f45d19f7533ce5 |
---|
17 | use_configure no |
---|
18 | depends_lib port:p5-gnupg-interface \ |
---|
19 | port:p5-text-iconv \ |
---|
20 | port:p5-text-template |
---|
21 | depends_run bin:gpg:gnupg |
---|
22 | patchfiles patch-Makefile |
---|
23 | pre-build { |
---|
24 | reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ |
---|
25 | ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \ |
---|
26 | ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \ |
---|
27 | ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \ |
---|
28 | ${worksrcpath}/keylookup/keylookup |
---|
29 | reinplace "s|@@prefix@|${destroot}${prefix}|" Makefile |
---|
30 | } |
---|
31 | |
---|