1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | # $Id:$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Crypt-GCrypt 1.21 |
---|
8 | revision 0 |
---|
9 | |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Perl interface to the GNU Cryptographic library |
---|
13 | long_description \ |
---|
14 | Crypt::GCrypt provides a Perl interface to the libgcrypt cryptographic \ |
---|
15 | functions. It currently supports symmetric ciphers such as AES/Rikndael, \ |
---|
16 | Twofish, Triple DES, Arcfour etc., while asymmetric cryptography is being \ |
---|
17 | developed. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | checksums md5 3b3780e64ead014592f52e38df757d81 |
---|
22 | |
---|
23 | configure.pre_args-append GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include |
---|
24 | |
---|
25 | depends_lib-append port:libgcrypt |
---|
26 | |
---|
27 | # end of Portfile |
---|