---
name: ap22-mod_perl2
version: 2.0.8,3
origin: www/mod_perl2
comment: Embeds a Perl interpreter in the Apache2 server
arch: freebsd:9:x86:64
www: http://perl.apache.org/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 3179784
desc: "mod_perl brings together the full power of the Perl programming language\nand
  the Apache HTTP server. You can use Perl to manage Apache, respond to\nrequests
  for web pages and much more.\n\nmod_perl gives you a persistent Perl interpreter
  embedded in your web\nserver. This lets you avoid the overhead of starting an external
  interpreter\nand avoids the penalty of Perl start-up time, giving you super-fast\ndynamic
  content.\n\nAs you'd expect from the Perl community, there are hundreds of modules\nwritten
  for mod_perl, everything from persistent database connections, to\ntemplating sytems,
  to complete XML content delivery systems. Web sites like\nSlashdot and Wired Magazine
  use mod_perl. \n\nWWW: http://perl.apache.org/\n"
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pcre: {origin: devel/pcre, version: 8.33}
  p5-BSD-Resource: {origin: devel/p5-BSD-Resource, version: 1.2904}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
- perl5
shlibs_required:
- libaprutil-1.so.5
- libdb-4.2.so.2
- libgdbm.so.4
- libexpat.so.6
- libiconv.so.3
- libapr-1.so.4
- libperl.so
message: |
  #########################################################

  Simple config:

    LoadModule perl_module libexec/apache22/mod_perl.so
    #PerlModule Apache::compat
    # your config comes here

  For a more detailed version (including more options) refer to:

    docs/user/intro/start_fast.pod

  or online:

    http://perl.apache.org/docs/2.0/user/intro/start_fast.html

  #########################################################
