summaryrefslogtreecommitdiff
path: root/user/perl-test-perltidy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-test-perltidy/APKBUILD')
-rw-r--r--user/perl-test-perltidy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-test-perltidy/APKBUILD b/user/perl-test-perltidy/APKBUILD
index d631c4fa1..29d325646 100644
--- a/user/perl-test-perltidy/APKBUILD
+++ b/user/perl-test-perltidy/APKBUILD
@@ -11,9 +11,9 @@ pkgdesc="Check all your Perl files for tidiness"
url="https://metacpan.org/release/Test-PerlTidy"
arch="noarch"
license="Artistic-1.0-Perl"
-depends="perl-file-finder perl-file-slurp perl-perl-tidy perl-text-diff"
+depends="perl perl-file-finder perl-file-slurp perl-perl-tidy perl-text-diff"
checkdepends="perl-path-tiny"
-makedepends=""
+makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"