diff options
author | anders <anders@FreeBSD.org> | 2002-07-01 03:00:48 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-07-01 03:00:48 +0800 |
commit | d6830e4594c2bc5901880192f506081dff29ca43 (patch) | |
tree | 8b726ded1aed5a4dbe2fa4b996295da50faba296 /www/Makefile | |
parent | e95950dec609276fc679697990ce486200137fdd (diff) | |
download | freebsd-ports-graphics-d6830e4594c2bc5901880192f506081dff29ca43.tar.gz freebsd-ports-graphics-d6830e4594c2bc5901880192f506081dff29ca43.tar.zst freebsd-ports-graphics-d6830e4594c2bc5901880192f506081dff29ca43.zip |
Add CGI::Session.
PR: 39191
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index df9be7e5e83..f612f5c8af0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -261,6 +261,7 @@ SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-Minimal + SUBDIR += p5-CGI-Session SUBDIR += p5-CGI-SpeedyCGI SUBDIR += p5-CGI-XMLApplication SUBDIR += p5-CGI-modules |