diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-17 10:34:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-17 10:34:15 +0800 |
commit | 540b5b0fc87e9c55a2b301fb16b92dbf499c4fc0 (patch) | |
tree | 2479996392b7f00c86bcf8bc7743c0444ba67a05 /www/Makefile | |
parent | 63fe7c45166a8f693e31c17ad6b66490e54f3e1f (diff) | |
download | freebsd-ports-gnome-540b5b0fc87e9c55a2b301fb16b92dbf499c4fc0.tar.gz freebsd-ports-gnome-540b5b0fc87e9c55a2b301fb16b92dbf499c4fc0.tar.zst freebsd-ports-gnome-540b5b0fc87e9c55a2b301fb16b92dbf499c4fc0.zip |
- A Perl module that use DBD::SQLite 1.x for Apache::Session storage
- required by some RT-Apps.
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 24880645d056..70fa28a1ecee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -410,6 +410,7 @@ SUBDIR += p5-Apache-Scoreboard SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-PHP + SUBDIR += p5-Apache-Session-SQLite3 SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-Singleton |