# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Crypt-AppleTwoFish 0.051
revision              1
maintainers           narf_tm openmaintainer
description           two Apple iTMS/iTunes key descrambling algorithms
long_description      The first algorithm appears to have only cursory \
                      resemblance to Bruce Schneier's blowfish and twofish \
                      algorithms in that it too has a table-based decoder. \
                      The second algorithm is more standard encryption using \
                      S-box type permutations and lookup tables, and might \
                      have started out something like Twofish or Blowfish.

platforms             darwin

checksums             md5 b37a913ad65a66a8b039d577e7c3b83b \
                      sha1 21122281f52938960270cdff3baebd58f3250b79 \
                      rmd160 a3056423752533c1255a98e6476cffe2602e1b36

depends_lib-append    port:p5-digest-sha

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