mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f980c1a495
Approved by: portmgr (blanket infrastructure)
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Stefan `Sec` Zehl <sec@42.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Protocol-WebSocket
|
|
PORTVERSION= 0.00906
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VTI
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|