from wen heping; OK cwen@ Comment: WebSocket support for URI package Description: After this module is installed, the URI package provides the same set of methods for WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss.
21 lines
315 B
Makefile
21 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/21 22:38:14 bluhm Exp $
|
|
|
|
COMMENT = WebSocket support for URI package
|
|
|
|
DISTNAME = URI-ws-0.03
|
|
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = www/p5-URI
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|