Ticket #28645: p5-dancer-Portfile

File p5-dancer-Portfile, 1.2 KB (added by jpo@…, 13 years ago)

PerlDancer Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem         1.0
5PortGroup          perl5 1.0
6
7perl5.setup        Dancer 1.3014 ../by-authors/id/S/SU/SUKRIA
8platforms          darwin
9maintainers        di.uminho.pt:jpo openmaintainer
10license            perl
11
12description        Lightweight yet powerful web application framework
13
14long_description \
15    Dancer aims to provide the simplest way for writing web applications, \
16    and offers the flexibility to scale between a very simple lightweight \
17    web service consisting of a few lines of code in a single file, all the \
18    way up to a more complex fully-fledged web application with session \
19    support, templates for views and layouts, etc.
20
21checksums          md5 11f3d37fcda68fd0da7d11b3aab4e532 \
22                   sha1 a0c0db271d687f1f40fcaca05613c6243f12626e \
23                   rmd160 b43aa26e4c034ed810b74bff291776aa12ff4ac3
24
25depends_lib-append port:p5-http-server-simple-psgi \
26                   port:p5-uri \
27                   port:p5-http-body \
28                   port:p5-mime-types \
29                   port:p5-libwww-perl
30
31
32# vim:set ai ts=4 sw=4 sts=4 et: