1 | # -*- 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 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | # This comment was inserted on 20160713 to force reindexing of |
---|
5 | # this port after the default homepage definition in the perl5 |
---|
6 | # PortGroup was changed to use metacpan.org (r150080). |
---|
7 | # Reindexing is necessary for the new definition to take effect. |
---|
8 | # This comment may be removed in subsequent updates of this port. |
---|
9 | |
---|
10 | PortSystem 1.0 |
---|
11 | PortGroup perl5 1.0 |
---|
12 | |
---|
13 | perl5.branches 5.24 |
---|
14 | perl5.setup Crypt-RSA 1.99 |
---|
15 | license {Artistic-1 GPL} |
---|
16 | maintainers nomaintainer |
---|
17 | description perl implementation of RSA |
---|
18 | long_description Crypt::RSA is a pure-perl, cleanroom implementation \ |
---|
19 | of the RSA public-key cryptosystem. It uses \ |
---|
20 | Math::Pari(3), a perl interface to the blazingly fast \ |
---|
21 | PARI library, for big integer arithmetic and number \ |
---|
22 | theoretic computations. |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | checksums rmd160 638191fbfd4c29a9b2f2893ba695aed42b1f0f74 \ |
---|
26 | sha256 4706fd6605c920cd1c79f4afc0036b14e233620162b3957abe9b5f1be50b24be |
---|
27 | |
---|
28 | if {${perl5.major} != ""} { |
---|
29 | conflicts p${perl5.major}-alt-crypt-rsa-bigint |
---|
30 | |
---|
31 | depends_lib-append \ |
---|
32 | port:p${perl5.major}-class-loader \ |
---|
33 | port:p${perl5.major}-convert-ascii-armour \ |
---|
34 | port:p${perl5.major}-crypt-primes \ |
---|
35 | port:p${perl5.major}-crypt-random \ |
---|
36 | port:p${perl5.major}-digest-md2 \ |
---|
37 | port:p${perl5.major}-sort-versions \ |
---|
38 | port:p${perl5.major}-tie-encryptedhash \ |
---|
39 | port:p${perl5.major}-crypt-blowfish \ |
---|
40 | port:p${perl5.major}-crypt-cbc \ |
---|
41 | port:p${perl5.major}-data-buffer \ |
---|
42 | port:p${perl5.major}-math-pari |
---|
43 | |
---|
44 | supported_archs noarch |
---|
45 | } else { |
---|
46 | conflicts p5-alt-crypt-rsa-bigint |
---|
47 | } |
---|