mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +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:
20
lang/perl/perl-io-async-ssl/src/Makefile.PL
Normal file
20
lang/perl/perl-io-async-ssl/src/Makefile.PL
Normal file
@@ -0,0 +1,20 @@
|
||||
use 5.014;
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'IO::Async::SSL',
|
||||
'VERSION_FROM' => 'lib/IO/Async/SSL.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Future' => '0.33',
|
||||
'IO::Async::Loop' => '0.66',
|
||||
'IO::Async::Handle' => '0.29',
|
||||
'IO::Async::Protocol::Stream' => 0,
|
||||
'IO::Async::Stream' => '0.59',
|
||||
'IO::Socket::SSL' => '2.003',
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user