# $Id: Portfile 39045 2008-08-06 18:59:39Z blair@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Crypt-CBC 2.29
maintainers		blair openmaintainer
description		Encrypt Data with Cipher Block Chaining Mode
long_description	This is Crypt::CBC, a Perl-only implementation of \
				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
