freebsd-ports/www/p5-AnyEvent-WebSocket-Client/Makefile
Mark Felder 1e21c258a7 Drop maintainership of ports
I cannot give these the attention they need right now.
2023-07-20 14:04:33 +00:00

27 lines
637 B
Makefile

PORTNAME= AnyEvent-WebSocket-Client
PORTVERSION= 0.44
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLICEASE
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= WebSocket client for AnyEvent
WWW= https://github.com/plicease/AnyEvent-WebSocket-Client
LICENSE= ART10
BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Moo>0:devel/p5-Moo \
p5-PerlX-Maybe>0:devel/p5-PerlX-Maybe \
p5-Protocol-WebSocket>0:www/p5-Protocol-WebSocket \
p5-URI>0:net/p5-URI \
p5-URI-ws>0:net/p5-URI-ws
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>