# $Id: Portfile 109381 2013-08-14 16:39:10Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         HTTP-Server-Simple-Mason 0.14
license             {Artistic-1 GPL}
maintainers		nomaintainer
description		An abstract baseclass for a standalone mason server
long_description	${description}

checksums           rmd160  1801a224cbc235de6b18f2312a798e908ab111d6 \
                    sha256  b7a49d8e6e55bff0b1f0278d951685466b143243b6f9e59e071f5472ca2a025a

platforms		darwin
supported_archs	noarch
if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-http-server-simple \
			port:p${perl5.major}-html-mason \
			port:p${perl5.major}-hook-lexwrap
}
