# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $

PortSystem         1.0
PortGroup          perl5 1.0

perl5.setup        HTTP-Server-Simple-PSGI 0.14 ../by-authors/id/M/MI/MIYAGAWA
revision           2
platforms          darwin
maintainers        di.uminho.pt:jpo openmaintainer
supported_archs    noarch
license            {Artistic GPL}

description        PSGI handler for HTTP::Server::Simple

long_description   \
    HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP \
    server that can run PSGI applications.

checksums          sha1 9ecb8a3e07502d8a7351ee8cf199a76655d382c6 \
                   rmd160 1a04e62dae76969b9726d90ad37ae17b94850c03

if {${perl5.major} != ""} {
depends_lib-append port:p${perl5.major}-http-server-simple
}
# vim:set ai ts=4 sw=4 sts=4 et:
