Ticket #20170: Portfile

File Portfile, 729 bytes (added by masayuki.takemura@…, 15 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2# $Id:$
3
4PortSystem      1.0
5PortGroup       perl5 1.0
6
7perl5.setup     Crypt-GCrypt 1.21
8revision        0
9
10maintainers     nomaintainer
11
12description     Perl interface to the GNU Cryptographic library
13long_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
19platforms       darwin
20
21checksums       md5 3b3780e64ead014592f52e38df757d81
22
23configure.pre_args-append       GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include
24
25depends_lib-append      port:libgcrypt
26
27# end of Portfile