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

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             MIME-EncWords 1.010.101
maintainers             nomaintainer
description             Deal with RFC 2047 encoded words
long_description        MIME::EncWords is aimed to be another implimentation \
                        of MIME::Words so that it will achive more exact \
                        conformance with RFC 2047 (former RFC 1522) \
                        specifications. Additionally, it contains some \
                        improvements.
depends_lib-append      port:p5-mime-charset

checksums       md5     2009449d0af39275d45e45a4afcaf58f \
                sha1    82a0829731689f818dd712fbd5b15a8289bcfba2 \
                rmd160  12b086e57f6d4d4bbcfd773f15d449eef3b0e394

platforms               darwin

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