# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Dancer 1.3202 ../by-authors/id/B/BI/BIGPRESH platforms darwin maintainers di.uminho.pt:jpo openmaintainer supported_archs noarch license {Artistic-1 GPL} 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 rmd160 bfffa5aec405bab53e743d611c9ba0fb44dc711e \ sha256 a933e4f8203c7d6c7e0b2bcdd8e54c65095029616b8d07802db4db2fc2657faa if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-devel-hide \ port:p${perl5.major}-http-parser-xs \ port:p${perl5.major}-json \ port:p${perl5.major}-plack \ port:p${perl5.major}-template-provider-fromdata \ port:p${perl5.major}-template-toolkit \ port:p${perl5.major}-test-tcp \ port:p${perl5.major}-test-nowarnings \ port:p${perl5.major}-test-output \ port:p${perl5.major}-xml-simple \ port:p${perl5.major}-yaml depends_lib-append \ port:p${perl5.major}-hash-merge-simple \ port:p${perl5.major}-http-body \ port:p${perl5.major}-http-server-simple-psgi \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-mime-types \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-try-tiny \ port:p${perl5.major}-uri }