diff options
Diffstat (limited to 'www/p5-Protocol-WebSocket/Makefile')
-rw-r--r-- | www/p5-Protocol-WebSocket/Makefile | 4 |
1 files changed, 4 insertions, 0 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 \ |