Portfile

# $Id: Portfile 20354 2006-11-02 02:06:03Z blair@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup Apache-Session-Wrapper 0.33
maintainers narf_tm@macports.org
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 md5 ae6e544ef6ca7235bfda22ab6f99c29c

depends_lib-append port:p5-module-build \
port:p5-apache-session \
port:p5-exception-class \
port:p5-params-validate \
port:p5-class-container

# Override default perl group settings, since this uses Module::Build
# instead of MakeMaker
configure.pre_args Build.PL
configure.args installdirs=vendor

build.cmd ${perl5.bin}
build.pre_args Build
build.args build

destroot.cmd ${perl5.bin}
destroot.pre_args Build
destroot.args install
destroot.destdir destdir=${destroot}