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

perl5.setup		Text-WikiFormat 0.78
maintainers		nomaintainer
description		Module for translating Wiki formatted text into other formats
long_description	${description}
checksums		md5 646c0ea411247a0293eb69a216451beb
platforms		darwin
depends_lib-append      port:p5-test-simple

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