blob: b8fd34b3282068510d4aed40bd64d181f72af4aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Protocol-WebSocket
PORTVERSION= 0.2300
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||}
PKGNAMEPREFIX= p5-
MAINTAINER= sec@42.org
COMMENT= Client/server WebSocket message and frame parser/constructor
WWW= https://metacpan.org/release/Protocol-WebSocket
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>
|