aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-data-dump
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 18:43:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 18:43:16 +0000
commitb03032407111b3cf7b4203858d53e0d353b5ee61 (patch)
treeb82620f01cb86585498f986e3b42526f8094890b /community/perl-data-dump
parent429ca4015713adae476278e5cb117d9ff3afe53b (diff)
downloadaports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.bz2
aports-b03032407111b3cf7b4203858d53e0d353b5ee61.tar.xz
community/perl-dancer: add missing dependency
Diffstat (limited to 'community/perl-data-dump')
-rw-r--r--community/perl-data-dump/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/perl-data-dump/APKBUILD b/community/perl-data-dump/APKBUILD
index cfb2b22ad5..75361b37c5 100644
--- a/community/perl-data-dump/APKBUILD
+++ b/community/perl-data-dump/APKBUILD
@@ -4,13 +4,11 @@
pkgname=perl-data-dump
_pkgreal=Data-Dump
pkgver=1.23
-pkgrel=1
+pkgrel=2
pkgdesc="Pretty printing of data structures"
url="http://search.cpan.org/dist/Data-Dump/"
arch="noarch"
license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
@@ -33,8 +31,8 @@ build() {
}
check() {
- cd "$builddir"
- make test
+ cd "$builddir"
+ make test
}
package() {