# -*- 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 63365 2010-02-03 16:19:44Z snc@macports.org $

PortSystem	        1.0
PortGroup	        perl5 1.0

perl5.setup	        Crypt-GCrypt 1.24

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     f9412b1b5c6cd03af46f2023db0ba18f \
                    sha1    4f69934456b58730ebe9ea006e0eb6f724b2a1e4 \
                    rmd160  670a6f0759226578adbd59197bc5b4f3cfe91af2

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

