diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-13 14:38:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-13 14:38:44 +0000 |
commit | e7d3d12606b0290895c684269f4bc9ae8eef71e1 (patch) | |
tree | a4d761ea04f10f6b4eee1bcf3bb437d0721c7464 /www/Makefile | |
parent | 0d4e06cb62f35d5f567726cb0109991d0212d811 (diff) |
PSGI engine for Catalyst.
Notes
Notes:
svn path=/head/; revision=242774
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 bf98e611ddcc..21eb7fda7403 100644 --- a/www/Makefile +++ b/www/Makefile @@ -738,6 +738,7 @@ SUBDIR += p5-Catalyst-Engine-Apache SUBDIR += p5-Catalyst-Engine-HTTP-POE SUBDIR += p5-Catalyst-Engine-HTTP-Prefork + SUBDIR += p5-Catalyst-Engine-PSGI SUBDIR += p5-Catalyst-Enzyme SUBDIR += p5-Catalyst-Example-InstantCRUD SUBDIR += p5-Catalyst-Helper-Controller-Scaffold |