diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-11-23 15:02:09 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-11-23 15:02:09 +0000 |
commit | 41f0c59422fe787ed95f0ea058ff6f9dfd014b06 (patch) | |
tree | 6079420835268a316ed6b6bea3db98b55822f438 /www/p5-POE-Component-Client-HTTP | |
parent | fe54a8282bfc8db11357e805c15dc5189c70b039 (diff) | |
download | ports-41f0c59422fe787ed95f0ea058ff6f9dfd014b06.tar.gz ports-41f0c59422fe787ed95f0ea058ff6f9dfd014b06.zip |
Notes
Diffstat (limited to 'www/p5-POE-Component-Client-HTTP')
-rw-r--r-- | www/p5-POE-Component-Client-HTTP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-POE-Component-Client-HTTP/Makefile b/www/p5-POE-Component-Client-HTTP/Makefile index d5d7770dbc3f..a37566e4a759 100644 --- a/www/p5-POE-Component-Client-HTTP/Makefile +++ b/www/p5-POE-Component-Client-HTTP/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 \ + POE::Component::Client::HTTP::Request.3 \ POE::Component::Client::HTTP::RequestFactory.3 \ - POE::Filter::HTTPHead.3 + POE::Filter::HTTPChunk.3 POE::Filter::HTTPHead.3 .include <bsd.port.mk> |