# -*- 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 144565 2016-01-12 21:45:09Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.22 perl5.setup Catalyst-Plugin-Session-Store-DBIC 0.14 license {Artistic-1 GPL} maintainers nomaintainer description Store your sessions via DBIx::Class long_description This Catalyst::Plugin::Session storage module saves \ session data in your database via DBIx::Class. platforms darwin supported_archs noarch checksums rmd160 aac4d8903bf047f4ee70b9b39a0e918deeba59f0 \ sha256 db8f4a139e31aed0b40d62a0ff44b1bdc57308d8f5f61f54a4caa4769301e5ac if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-catalyst-plugin-session-store-delegate \ port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-class-accessor \ port:p${perl5.major}-dbix-class \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-test-warn }