diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:24:01 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:24:01 +0800 |
commit | 10a1127b5274f16cf6c28b9fc991598ad136aa9e (patch) | |
tree | 763ac65e7591ddd90c4a0ff92698a1e09c95662c /www/p5-CGI-Application/pkg-descr | |
parent | 1be2b5186ea21231d70e0a206a0f3f287942d93d (diff) | |
download | freebsd-ports-gnome-10a1127b5274f16cf6c28b9fc991598ad136aa9e.tar.gz freebsd-ports-gnome-10a1127b5274f16cf6c28b9fc991598ad136aa9e.tar.zst freebsd-ports-gnome-10a1127b5274f16cf6c28b9fc991598ad136aa9e.zip |
Add p5-CGI-Application 1.0, perl module intended to make it easier to create
reusable web apps.
Diffstat (limited to 'www/p5-CGI-Application/pkg-descr')
-rw-r--r-- | www/p5-CGI-Application/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-CGI-Application/pkg-descr b/www/p5-CGI-Application/pkg-descr new file mode 100644 index 000000000000..b0b563981ec5 --- /dev/null +++ b/www/p5-CGI-Application/pkg-descr @@ -0,0 +1,6 @@ +CGI::Application is a perl module intended to make it easier to create +sophisticated, reusable web-based applications. This module implements +a methodology which, if followed, will make your web software easier to +design, easier to document, easier to write, and easier to solve. + +--will |