mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
treewide: move all perl packages into its own folder
This makes it in sync with Python packages. Python packages has its own place in /lang/python Perl does not, so this fixes it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
19
lang/perl/perl-future-asyncawait/src/Makefile.PL
Normal file
19
lang/perl/perl-future-asyncawait/src/Makefile.PL
Normal file
@@ -0,0 +1,19 @@
|
||||
require 5.016;
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'Future::AsyncAwait',
|
||||
'VERSION_FROM' => 'lib/Future/AsyncAwait.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Future' => '0.50',
|
||||
'XS::Parse::Keyword' => '0.13',
|
||||
'XS::Parse::Sublike' => '0.31',
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [],
|
||||
'PL_FILES' => {},
|
||||
'INC' => '-I. -Ishare/include -Ihax -I'.$ENV{STAGING_PREFIX}.'/share/perl/include',
|
||||
'XSMULTI' => 1,
|
||||
)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user