[19934] trunk/dports/perl

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 5 21:21:17 PDT 2006


Revision: 19934
          http://trac.macosforge.org/projects/macports/changeset/19934
Author:   markd at macports.org
Date:     2006-10-05 21:21:16 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
Closes #7353.  New port.

Added Paths:
-----------
    trunk/dports/perl/p5-masonx-request-withapachesession/
    trunk/dports/perl/p5-masonx-request-withapachesession/Portfile

Added: trunk/dports/perl/p5-masonx-request-withapachesession/Portfile
===================================================================
--- trunk/dports/perl/p5-masonx-request-withapachesession/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-masonx-request-withapachesession/Portfile	2006-10-06 04:21:16 UTC (rev 19934)
@@ -0,0 +1,29 @@
+# $Id: Portfile,v 1.5 2006/02/11 14:15:08 olegb Exp $
+
+PortSystem 1.0
+PortGroup perl5 1.0
+perl5.setup		MasonX-Request-WithApacheSession 0.30
+maintainers		narf_tm at trulycertifiable.com
+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 d613565d3c7b2242b75e9f7552470dcf
+
+depends_lib-append	port:p5-module-build port:p5-html-mason port:p5-apache-session-wrapper
+
+# 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}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061005/68d79f2f/attachment.html


More information about the macports-changes mailing list