openbsd-ports/net/p5-POE-Component-Client-Keepalive/Makefile

24 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:37 sthen Exp $
COMMENT= manage connections, with keep-alive
MODULES= cpan
PKG_ARCH= *
DISTNAME= POE-Component-Client-Keepalive-0.272
EPOCH= 0
CATEGORIES= net
FIX_EXTRACT_PERMISSIONS=Yes
REVISION= 0
# Perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-POE \
net/p5-Net-IP-Minimal \
net/p5-POE-Component-Resolver
# It would require Pod::Coverage::TrustPod that we don't ship
TEST_ENV= RELEASE_TESTING=0
.include <bsd.port.mk>