# $Id: Portfile 67921 2010-05-21 15:56:26Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Acme-LOLCAT 0.0.5
maintainers         fpassera.com:dev openmaintainer
platforms           darwin

description         SPEEK LIEK A LOLCATZ
long_description    ${description}

checksums           md5     00484594b6b1be2c72b07693a3e47ed2 \
                    sha1    e3da5b10f4a5944acf91e9137e8e8cbadbf6384c \
                    rmd160  62226758c93f7f3b2e0ea2bf4fd4b45a834c23fb

depends_lib-append  port:p5-test-simple

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