diff options
Diffstat (limited to 'perl-cpanel-json-xs')
-rw-r--r-- | perl-cpanel-json-xs/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-cpanel-json-xs/PKGBUILD b/perl-cpanel-json-xs/PKGBUILD index ad512936..ff1e0dd0 100644 --- a/perl-cpanel-json-xs/PKGBUILD +++ b/perl-cpanel-json-xs/PKGBUILD @@ -8,8 +8,9 @@ arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl' -) + 'perl') +makedepends=( + 'perl-extutils-makemaker') checkdepends=( 'perl-json' 'perl-json-xs' |