1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/p5-Protocol-WebSocket/Makefile
2021-04-06 16:31:07 +02:00

23 lines
472 B
Makefile

# Created by: Stefan `Sec` Zehl <sec@42.org>
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>