openbsd-ports/devel/p5-AnyEvent-HTTP/Makefile
2022-03-11 18:49:30 +00:00

17 lines
268 B
Makefile

COMMENT= simple but non-blocking HTTP/HTTPS client
DISTNAME = AnyEvent-HTTP-2.25
CATEGORIES= databases devel
REVISION = 0
MODULES= cpan
PKG_ARCH= *
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-AnyEvent \
devel/p5-common-sense
.include <bsd.port.mk>