diff --git a/lang/perl-future-asyncawait/Makefile b/lang/perl-future-asyncawait/Makefile index 1cacfac388..2a46ea7a4c 100644 --- a/lang/perl-future-asyncawait/Makefile +++ b/lang/perl-future-asyncawait/Makefile @@ -14,8 +14,6 @@ PKG_MAINTAINER:=Jens Wagner PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=perl-xs-parse-keyword perl-xs-parse-sublike - include $(INCLUDE_DIR)/package.mk include ../perl/perlmod.mk @@ -28,6 +26,12 @@ define Package/perl-future-asyncawait DEPENDS:=perl +perl-future +perl-xs-parse-keyword +perl-xs-parse-sublike +perlbase-xsloader +perlbase-scalar endef +define Package/perl-future-asyncawait/description + This module provides syntax for deferring and resuming subroutines while + waiting for Futures to complete. + The new syntax takes the form of two new keywords, async and await. +endef + define Build/Configure $(call perlmod/Configure,,) endef