From 594657b149d7c4f096cee24efd0559ca1a1e6fe3 Mon Sep 17 00:00:00 2001 From: Jens Wagner Date: Mon, 2 Jun 2025 00:19:41 +0200 Subject: [PATCH] perl-io-async: Added description As requested by @BKPepe , added a package description to the Makefile Signed-off-by: Jens Wagner --- lang/perl-io-async/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/perl-io-async/Makefile b/lang/perl-io-async/Makefile index ad110cf50c..b170bfc6f6 100644 --- a/lang/perl-io-async/Makefile +++ b/lang/perl-io-async/Makefile @@ -26,6 +26,11 @@ define Package/perl-io-async DEPENDS:=perl +perlbase-essential +perlbase-file +perlbase-io +perlbase-list +perlbase-socket +perlbase-storable +perlbase-time +perlbase-encode +perlbase-experimental +perl-future +perl-struct-dumb endef +define Package/perl-io-async/description + This collection of modules allows programs to be written that perform + asynchronous filehandle IO operations. +endef + define Build/Configure $(call perlmod/Configure,,) endef