mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
perl-xs-parse-sublike: 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 <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
d09299c2b6
commit
79725e5c61
@@ -21,11 +21,17 @@ define Package/perl-xs-parse-sublike
|
|||||||
SUBMENU:=Perl
|
SUBMENU:=Perl
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Perl XS functions to assist in parsing sub-like syntax
|
TITLE:=XS functions to assist in parsing sub-like syntax
|
||||||
URL:=https://metacpan.org/pod/XS::Parse::Sublike
|
URL:=https://metacpan.org/pod/XS::Parse::Sublike
|
||||||
DEPENDS:=perl +perlbase-essential +perlbase-xsloader
|
DEPENDS:=perl +perlbase-essential +perlbase-xsloader
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/perl-xs-parse-sublike/description
|
||||||
|
This module provides some XS functions to assist in writing parsers for
|
||||||
|
sub-like syntax, primarily for authors of keyword plugins using the
|
||||||
|
PL_keyword_plugin hook mechanism.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call perlmod/Configure,,)
|
$(call perlmod/Configure,,)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user