# $Id: Portfile 86345 2011-10-24 14:57:03Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Crypt-CBC 2.29
revision                2
license                 {Artistic-1 GPL}
maintainers             blair openmaintainer
description             Encrypt Data with Cipher Block Chaining Mode
long_description        This is Crypt::CBC, a Perl-only implementation of the \
                        the cryptographic cipher block chaining mode (CBC).  \
                        In combination with a block cipher such as Crypt::DES \
                        or Crypt::IDEA, you can encrypt and decrypt messages \
                        of arbitrarily long length.  The encrypted messages \
                        are compatible with the encryption format used by \
                        SSLeay.
checksums               md5 87ed0ae7489bd79fcb0da50d110cc1fb \
                        sha1 669b263f737a117f572004b794e97d94a763a09e \
                        rmd160 446ad31d463f1ade162c28038668d1984e0fc81e
platforms               darwin

supported_archs noarch
