Revision: 76704 http://trac.macports.org/changeset/76704 Author: pixilla@macports.org Date: 2011-03-05 20:50:03 -0800 (Sat, 05 Mar 2011) Log Message: ----------- perl/p5-dancer: New port Added Paths: ----------- trunk/dports/perl/p5-dancer/ trunk/dports/perl/p5-dancer/Portfile Added: trunk/dports/perl/p5-dancer/Portfile =================================================================== --- trunk/dports/perl/p5-dancer/Portfile (rev 0) +++ trunk/dports/perl/p5-dancer/Portfile 2011-03-06 04:50:03 UTC (rev 76704) @@ -0,0 +1,32 @@ +# -*- 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.setup Dancer 1.3014 ../by-authors/id/S/SU/SUKRIA +platforms darwin +maintainers di.uminho.pt:jpo openmaintainer +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 md5 11f3d37fcda68fd0da7d11b3aab4e532 \ + sha1 a0c0db271d687f1f40fcaca05613c6243f12626e \ + rmd160 b43aa26e4c034ed810b74bff291776aa12ff4ac3 + +depends_lib-append port:p5-http-server-simple-psgi \ + port:p5-uri \ + port:p5-http-body \ + port:p5-mime-types \ + port:p5-libwww-perl + + +# vim:set ai ts=4 sw=4 sts=4 et: Property changes on: trunk/dports/perl/p5-dancer/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native