diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-22 15:45:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-22 15:45:36 +0000 |
commit | 856803ba1af09e8c6ce620e38dd90d347e2cd585 (patch) | |
tree | aec5bee77515ae864dd86e5a0e9592584fc8a4e0 /www/p5-Protocol-WebSocket | |
parent | 7c38681ac22e3ff8d24c843636dc7e773937d651 (diff) |
Notes
Diffstat (limited to 'www/p5-Protocol-WebSocket')
-rw-r--r-- | www/p5-Protocol-WebSocket/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Protocol-WebSocket/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-Protocol-WebSocket/Makefile b/www/p5-Protocol-WebSocket/Makefile index 25bc967977a6..b4b8b1952d56 100644 --- a/www/p5-Protocol-WebSocket/Makefile +++ b/www/p5-Protocol-WebSocket/Makefile @@ -7,6 +7,7 @@ PORTNAME= Protocol-WebSocket PORTVERSION= 0.00906 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VTI @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sec@42.org COMMENT= Client/server WebSocket message and frame parser/constructor +BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 + PERL_CONFIGURE= yes MAN3= Protocol::WebSocket.3 \ diff --git a/www/p5-Protocol-WebSocket/pkg-descr b/www/p5-Protocol-WebSocket/pkg-descr index 36e43162f9e4..15758bacfd97 100644 --- a/www/p5-Protocol-WebSocket/pkg-descr +++ b/www/p5-Protocol-WebSocket/pkg-descr @@ -2,4 +2,4 @@ Client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support -WWW: http://search.cpan.org/dist/Protocol-WebSocket +WWW: http://search.cpan.org/dist/Protocol-WebSocket/ |