From d09299c2b65c8548fc2363b8acbb409b1b46bb79 Mon Sep 17 00:00:00 2001 From: Jens Wagner Date: Tue, 27 May 2025 13:11:39 +0200 Subject: [PATCH] perl-xs-parse-keyword: Shorter TITLE in Makefile As requested by @BKPepe , added a shorter title to make it display correctly in make menuconfig Signed-off-by: Jens Wagner --- lang/perl-xs-parse-keyword/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/perl-xs-parse-keyword/Makefile b/lang/perl-xs-parse-keyword/Makefile index fbd4f5ec18..a932baeddf 100644 --- a/lang/perl-xs-parse-keyword/Makefile +++ b/lang/perl-xs-parse-keyword/Makefile @@ -21,11 +21,17 @@ define Package/perl-xs-parse-keyword SUBMENU:=Perl SECTION:=lang CATEGORY:=Languages - TITLE:=Perl XS functions to assist in parsing keyword syntax + TITLE:=XS functions to assist in parsing keyword syntax URL:=https://metacpan.org/pod/XS::Parse::Keyword DEPENDS:=perl +perlbase-essential +perlbase-xsloader endef +define Package/perl-xs-parse-keyword/description + This module provides some XS functions to assist in writing syntax + modules that provide new Perl-visible syntax, primarily for authors + of keyword plugins using the PL_keyword_plugin hook mechanism. +endef + define Build/Configure $(call perlmod/Configure,,) endef -- 2.30.2