# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 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 }