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

PortSystem      1.0
PortGroup       perl5 1.0
perl5.setup     Crypt-PasswdMD5 1.3
maintainers     gmail.com:ooburai
description     provides interoperable MD5-based crypt() functions for perl
long_description        The unix_md5_crypt() provides a crypt()-compatible \
                        interface to the rather new MD5-based crypt() function \
                        found in modern operating systems. It is based on the \
                        implementation found on FreeBSD 2.2-RELEASE.
platforms       darwin
checksums       sha1 887782eb7fd1568ce9514f46156a08c415c26fdf

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