# -*- 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 Apache-Session-Wrapper 0.34 revision 3 license {Artistic-1 GPL} maintainers nomaintainer description A simple wrapper around Apache::Session long_description This module is a simple wrapper around \ Apache::Session which provides some methods to \ simplify getting and setting the session id. platforms darwin checksums rmd160 23304d6d85699a702ee1aa54b4dbc06161ae5f3e \ sha256 7e30ef4cc73b32e426c4360dcd104e8f9af6de45d865b42952fe5c7a15c7a150 if {${perl5.major} != ""} { # module-implementation is not listed anywhere as dependency, but tests fail without it depends_build-append \ port:p${perl5.major}-module-implementation depends_lib-append \ port:p${perl5.major}-apache-session \ port:p${perl5.major}-class-container \ port:p${perl5.major}-exception-class \ port:p${perl5.major}-params-validate } perl5.use_module_build