mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Add missing dependency: security/p5-Digest-SHA1
- Bump PORTREVISION for dependency change - Add missing trailing slash to WWW PR: ports/163036 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 19 days)
This commit is contained in:
parent
7c38681ac2
commit
856803ba1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287869
@ -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 \
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user