Ticket #24987: p5-catalyst-helper-authdbic.Portfile

File p5-catalyst-helper-authdbic.Portfile, 869 bytes (added by dev@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     Catalyst-Helper-AuthDBIC 0.12   
7maintainers     fpassera.com:dev openmaintainer
8description     Helper to provide a simple authentication scaffold for a Catalyst application. 
9long_description      ${description}
10
11platforms       darwin
12
13checksums       md5 e827ad4810143cc0aecb16bbe725a8da\
14                sha1 c07428f3109fd00e09ad5e76a897cb43f5ec15db\
15                rmd160 6fc5f27f804ca8e6de56a641b76bd9f65e2b75dc
16
17depends_lib-append      port:p5-catalyst-authentication-credential-http\
18                port:p5-dbix-class-encodedcolumn\
19                port:p5-ppi\
20                port:p5-directory-scratch\
21                port:p5-catalyst-model-dbic-schema\
22                port:p5-catalyst-plugin-session-store-fastmmap\
23                port:p5-catalyst-plugin-session-state-cookie\
24                port:p5-catalyst-plugin-authorization-roles\
25                port:p5-catalyst-authentication-store-dbix-class\
26                port:p5-dbix-class-schema-loader\
27                port:p5-test-command