[19589] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 16 13:42:03 PDT 2006


Revision: 19589
Author:   markd at macports.org
Date:     2006-09-16 13:41:57 -0700 (Sat, 16 Sep 2006)

Log Message:
-----------
Ticket 10505.  New port.

Added Paths:
-----------
    trunk/dports/www/libapreq2/
    trunk/dports/www/libapreq2/Portfile

Added: trunk/dports/www/libapreq2/Portfile
===================================================================
--- trunk/dports/www/libapreq2/Portfile	                        (rev 0)
+++ trunk/dports/www/libapreq2/Portfile	2006-09-16 20:41:57 UTC (rev 19589)
@@ -0,0 +1,23 @@
+# $Id: Portfile,v 1.6 2004/01/29 15:48:23 fenner Exp $
+
+PortSystem 1.0
+
+name                libapreq2
+version             2.08
+categories          www
+description         Perl Libraries for Apache::Request and Apache::Cookie
+platforms           darwin
+maintainers         tkay at uoregon.edu
+distname            libapreq2-${version}
+dist_subdir         libapreq2
+checksums           md5 9fb3deec448f74c455d4ffc13846ea9f
+master_sites        apache:httpd/libapreq
+depends_lib         port:perl5.8 port:p5-extutils-xsbuilder port:p5-apache-test port:p5-parse-recdescent port:mod_perl2
+configure.cmd       perl Makefile.PL --with-apache2-apxs=/opt/local/apache2/bin/apxs
+long_description      Perl API to the Apache2 Request 
+post-destroot {
+        foreach badfile [exec find ${destroot} -name perllocal.pod] {
+            ui_info "Removing ${badfile}"
+            file delete ${badfile}
+        }
+        }

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


More information about the macports-changes mailing list