[19933] trunk/dports/perl

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


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

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

Added Paths:
-----------
    trunk/dports/perl/p5-apache-session-wrapper/
    trunk/dports/perl/p5-apache-session-wrapper/Portfile

Added: trunk/dports/perl/p5-apache-session-wrapper/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-session-wrapper/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-apache-session-wrapper/Portfile	2006-10-06 04:14:34 UTC (rev 19933)
@@ -0,0 +1,34 @@
+# $Id: Portfile,v 1.5 2005/06/07 19:09:31 mww Exp $
+
+PortSystem		1.0
+PortGroup		perl5 1.0
+perl5.setup		Apache-Session-Wrapper 0.33
+maintainers		narf_tm at trulycertifiable.com
+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}

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


More information about the macports-changes mailing list