diff --git a/pisi-index.xml b/pisi-index.xml
index 4393002e13..83826bdb8d 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -64796,6 +64796,56 @@ to create header files and sources from protocol files.
+
+
+ perl-Alien-Build
+ https://metacpan.org/release/Alien-Build
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ Artistic
+ library
+ programming.language.perl
+ A perl module to build external dependencies for use in CPAN
+ CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü
+ perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.
+ Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür.
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz
+
+ perl-FFI-CheckLib
+ perl-File-Which
+ perl-File-chdir
+ perl-path-tiny
+ perl
+
+ programming/language/perl/perl-Alien-Build/pspec.xml
+
+
+ perl-Alien-Build
+ A perl module to build external dependencies for use in CPAN
+
+ perl-File-Which
+ perl-File-chdir
+ perl-path-tiny
+ perl
+
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/lib
+
+
+
+
+ 2020-04-10
+ 2.19
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ perl-FFI-CheckLib
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index cb5601905d..9c5335df0c 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-b479dd945d1edbb3dd835b9aa889a8e5fc1d2d70
\ No newline at end of file
+527bc5e431068e3577093893a12a7206648ffb0b
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 652a36d15c..6c60beba58 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 2d85fe9564..61d8ad6530 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-be51445a1c7ba451d626b78fea2c2c784c3e181a
\ No newline at end of file
+c82bf6bdb854daa22b52de2fa5d4d673f7b7521f
\ No newline at end of file
diff --git a/programming/language/perl/perl-Alien-Build/actions.py b/programming/language/perl/perl-Alien-Build/actions.py
new file mode 100644
index 0000000000..1ae6964104
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Build/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-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml
new file mode 100644
index 0000000000..603b8876ee
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Build/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ perl-Alien-Build
+ https://metacpan.org/release/Alien-Build
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.perl
+ Artistic
+ library
+ A perl module to build external dependencies for use in CPAN
+ perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz
+
+ perl-FFI-CheckLib
+ perl-File-Which
+ perl-File-chdir
+ perl-path-tiny
+ perl
+
+
+
+
+ perl-Alien-Build
+ A perl module to build external dependencies for use in CPAN
+
+ perl-File-Which
+ perl-File-chdir
+ perl-path-tiny
+ perl
+
+
+ /usr/share/doc
+ /usr/share/man
+ /usr/lib
+
+
+
+
+
+ 2020-04-10
+ 2.19
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Alien-Build/translations.xml b/programming/language/perl/perl-Alien-Build/translations.xml
new file mode 100644
index 0000000000..a0e4516a10
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Build/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Alien-Build
+ CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü
+ Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür.
+
+
\ No newline at end of file