aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl/pkg-descr
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-11-05 14:50:26 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-11-05 14:50:26 +0000
commit4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5 (patch)
tree7b81038681dddb75a3ee7ec312939af5156ad668 /www/mod_perl/pkg-descr
parentda35e30718eaac1d336d7091fe06189e2e11d3ae (diff)
downloadports-4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5.tar.gz
ports-4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5.zip
Notes
Diffstat (limited to 'www/mod_perl/pkg-descr')
-rw-r--r--www/mod_perl/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_perl/pkg-descr b/www/mod_perl/pkg-descr
new file mode 100644
index 000000000000..b88705f98b67
--- /dev/null
+++ b/www/mod_perl/pkg-descr
@@ -0,0 +1,7 @@
+The Apache/Perl integration project brings together the full power of
+the Perl programming language and the Apache HTTP server. With mod_perl
+it is possible to write Apache modules entirely in Perl. In addition,
+the persistent interpreter embedded in the server avoids the overhead of
+starting an external interpreter and the penalty of Perl start-up time.
+
+WWW: http://perl.apache.org/