summaryrefslogtreecommitdiff
path: root/repo/system/perl.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/perl.xibuild')
-rw-r--r--repo/system/perl.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild
index f543d3f..746ba63 100644
--- a/repo/system/perl.xibuild
+++ b/repo/system/perl.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(gdbm glibc libxcrypt bzip2 zlib)
+MAKEDEPS="make"
+DEPS="gdbm glibc libxcrypt bzip2 zlib"
PKG_VER=5.34.0
SOURCE=https://www.cpan.org/src/5.0/perl-$PKG_VER.tar.gz