# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Tie-EncryptedHash 1.24
maintainers     nomaintainer
description     Hashes (and objects based on hashes) with encrypting fields.
long_description ${description}

platforms       darwin
checksums       md5 da2bd8aa366c6454b168b72f2635491e

depends_build   port:p5-crypt-blowfish \
                port:p5-crypt-cbc

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
