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

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Convert-ASCII-Armour 1.4
maintainers     nomaintainer
description     Convert binary octets into ASCII armoured messages.
long_description This module converts hashes of binary octets into ASCII messages \
                suitable for transfer over 6-bit clean transport channels. The \
                encoded ASCII resembles PGP's armoured messages, but are in no way \
                compatible with PGP.
platforms       darwin
checksums       md5 7e0e61ff6b014062d6feecaea3f09018

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