diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-13 14:52:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-13 14:52:58 +0000 |
commit | 6f2a265fca1ce1cbec99e7155db2c9bb34e4c336 (patch) | |
tree | 5d201c6e6482b8f3fb7ff4d32087b7ad2dc7c85b /www/p5-HTTP-Engine/Makefile | |
parent | b21eae9e20af095d5819a04f60a99676faf77f6d (diff) |
Notes
Diffstat (limited to 'www/p5-HTTP-Engine/Makefile')
-rw-r--r-- | www/p5-HTTP-Engine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTTP-Engine/Makefile b/www/p5-HTTP-Engine/Makefile index 69a6c54adef1..55d6b345deef 100644 --- a/www/p5-HTTP-Engine/Makefile +++ b/www/p5-HTTP-Engine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Engine -PORTVERSION= 0.02004 +PORTVERSION= 0.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,6 +34,7 @@ MAN3= HTTP::Engine.3 \ HTTP::Engine::Interface::FCGI.3 \ HTTP::Engine::Interface::ModPerl.3 \ HTTP::Engine::Interface::POE.3 \ + HTTP::Engine::Interface::PSGI.3 \ HTTP::Engine::Interface::ServerSimple.3 \ HTTP::Engine::Interface::Standalone.3 \ HTTP::Engine::Interface::Test.3 \ |