# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 54875 2009-08-03 12:55:58Z snc@macports.org $

PortSystem	        1.0
PortGroup	        perl5 1.0

perl5.setup	        Crypt-GCrypt 1.21

maintainers	        snc openmaintainer

description	        Perl interface to the GNU Cryptographic library
long_description    Crypt::GCrypt provides a Perl interface to the libgcrypt \
                    cryptographic functions. It currently supports symmetric \
                    ciphers such as AES/Rikndael, Twofish, Triple DES, Arcfour \
                    etc., while asymmetric cryptography is being developed.

platforms	        darwin
depends_lib-append	port:libgcrypt

checksums	        md5     3b3780e64ead014592f52e38df757d81

configure.pre_args-append	GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include

