mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 09:40:18 +04:00
perl-file-sharedir: 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
bf5002488f
commit
3dd5052390
@@ -21,11 +21,16 @@ define Package/perl-file-sharedir
|
||||
SUBMENU:=Perl
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=File::ShareDir - Locate per-dist and per-module shared files [Perl]
|
||||
TITLE:=Locate per-dist and per-module shared files
|
||||
URL:=https://metacpan.org/pod/File::ShareDir
|
||||
DEPENDS:=perl +perlbase-essential +perlbase-file +perl-class-inspector
|
||||
endef
|
||||
|
||||
define Package/perl-file-sharedir/description
|
||||
File::ShareDir locates shared files distributed with a Perl distribution
|
||||
or module.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call perlmod/Configure,,)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user