diff --git a/pisi-index.xml b/pisi-index.xml
index 7c121db8b2..4393002e13 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -64796,6 +64796,51 @@ to create header files and sources from protocol files.
+
+
+ perl-FFI-CheckLib
+ https://metacpan.org/release/FFI-CheckLib
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ Artistic
+ GPLv2
+ library
+ programming.language.perl
+ Check that a library is available for FFI
+ FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü.
+ perl-FFI-CheckLib, checks if a library is available for FFI
+ perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar.
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz
+
+ perl-test2-suite
+ perl-test-exit
+ perl
+
+ programming/language/perl/perl-FFI-CheckLib/pspec.xml
+
+
+ perl-FFI-CheckLib
+
+ perl
+
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/lib
+
+
+
+
+ 2020-04-10
+ 0.26
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ perl-CGI
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 7f184102fb..cb5601905d 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-57a682449cdaac3490ed965fd3497a3e39cf6b1e
\ No newline at end of file
+b479dd945d1edbb3dd835b9aa889a8e5fc1d2d70
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 4ffca88981..652a36d15c 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index cfc56d027d..2d85fe9564 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-1b31b59a2d8df58fc0579bc9750f8b61d43fa89b
\ No newline at end of file
+be51445a1c7ba451d626b78fea2c2c784c3e181a
\ No newline at end of file
diff --git a/programming/language/perl/perl-FFI-CheckLib/actions.py b/programming/language/perl/perl-FFI-CheckLib/actions.py
new file mode 100644
index 0000000000..f0eda4e06b
--- /dev/null
+++ b/programming/language/perl/perl-FFI-CheckLib/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+ pisitools.dodoc("LICENSE", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-FFI-CheckLib/pspec.xml b/programming/language/perl/perl-FFI-CheckLib/pspec.xml
new file mode 100644
index 0000000000..167df9eb60
--- /dev/null
+++ b/programming/language/perl/perl-FFI-CheckLib/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ perl-FFI-CheckLib
+ https://metacpan.org/release/FFI-CheckLib
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.perl
+ Artistic
+ GPLv2
+ library
+ Check that a library is available for FFI
+ perl-FFI-CheckLib, checks if a library is available for FFI
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz
+
+ perl-test2-suite
+ perl-test-exit
+ perl
+
+
+
+
+ perl-FFI-CheckLib
+
+ perl
+
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/lib
+
+
+
+
+
+ 2020-04-10
+ 0.26
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-FFI-CheckLib/translations.xml b/programming/language/perl/perl-FFI-CheckLib/translations.xml
new file mode 100644
index 0000000000..c552de47e7
--- /dev/null
+++ b/programming/language/perl/perl-FFI-CheckLib/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-FFI-CheckLib
+ FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü.
+ perl-FFI-CheckLib, FFI için bir kitaplığın mevcut olup olmadığını kontrol eden perl modülü sunar.
+
+
\ No newline at end of file