# $Id: Portfile 85622 2011-10-15 09:25:33Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Crypt-Rijndael 1.09
revision              2
license               LGPL
maintainers           nomaintainer
description           Implementation of the Rijndel-crypto algorithm for perl
long_description      This is Crypt::Rijndael, an XS-based implementation \
                      of the Advanced Encryption Standard algorithm \
                      Rijndael, designed by Joan Daemen and Vincent Rijmen.

platforms             darwin

checksums             md5 6a2678fbd7a0c9ed277d4b758a530b1c \
                      sha1 2edc7836a62c01c6db668586f907f8f57170a970 \
                      rmd160 a0fa349631ce7a5555a3f6a9fe6c23b1a745858d

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-manifest
}
