# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               MasonX-Request-WithApacheSession 0.31
revision                  2
maintainers               nomaintainer
description               Add a session to the Mason Request object
long_description          This module integrates Apache::Session into \
                          Mason by adding methods to the Mason Request \
                          object available in all Mason components.

platforms                 darwin

checksums                 md5 a05a477bb99789e1a87fcb5b0196fbf5 \
                          sha1 f34c8360523bfd134666f6223b54afdc1144d6e3 \
                          rmd160 4f326a8c519e4eb8fa54cfbf482583ae166b0d97

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-html-mason \
                          port:p${perl5.major}-apache-session-wrapper

perl5.use_module_build
}
