# -*- 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 79074 2011-06-01 11:00:42Z ryandesign@macports.org $

PortSystem         1.0
PortGroup          perl5 1.0

perl5.setup        Dancer 1.3051 ../by-authors/id/S/SU/SUKRIA/
platforms          darwin
maintainers        di.uminho.pt:jpo openmaintainer
supported_archs    noarch
license            perl

description        Lightweight yet powerful web application framework

long_description \
    Dancer aims to provide the simplest way for writing web applications, \
    and offers the flexibility to scale between a very simple lightweight \
    web service consisting of a few lines of code in a single file, all the \
    way up to a more complex fully-fledged web application with session \
    support, templates for views and layouts, etc.

checksums          sha1    1beace96476ce97fc97a7209d6cdabb825480d87 \
                   rmd160  53baf86898165bf61dd3e8a1c85327a0e044a36a

depends_lib-append port:p5-http-server-simple-psgi \
                   port:p5-uri \
                   port:p5-http-body \
                   port:p5-mime-types \
                   port:p5-libwww-perl
