From: Jens Wagner Date: Sun, 1 Jun 2025 22:19:41 +0000 (+0200) Subject: perl-io-async: Added description X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=594657b149d7c4f096cee24efd0559ca1a1e6fe3;p=feed%2Fpackages.git perl-io-async: Added description As requested by @BKPepe , added a package description to the Makefile Signed-off-by: Jens Wagner --- 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