aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-module-runtime
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-30 08:39:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-30 08:39:03 +0000
commit9435449c372f50b467f39341f331dc7324afed4c (patch)
tree67663cfe9b16b373063cc6a5486072c30a6425ca /main/perl-module-runtime
parentb7bee9af952a48860fc0cf69844861df04f3bbfb (diff)
downloadaports-9435449c372f50b467f39341f331dc7324afed4c.tar.bz2
aports-9435449c372f50b467f39341f331dc7324afed4c.tar.xz
main/perl-module-runtime: fix depends
Diffstat (limited to 'main/perl-module-runtime')
-rw-r--r--main/perl-module-runtime/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-module-runtime/APKBUILD b/main/perl-module-runtime/APKBUILD
index 5336aca748..a0f3709e49 100644
--- a/main/perl-module-runtime/APKBUILD
+++ b/main/perl-module-runtime/APKBUILD
@@ -4,14 +4,14 @@
pkgname=perl-module-runtime
_pkgreal=Module-Runtime
pkgver=0.014
-pkgrel=0
+pkgrel=1
pkgdesc="runtime module handling"
url="http://search.cpan.org/dist/Module-Runtime/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-params-classify"
cpanmakedepends=" "
-depends="$cpandepends"
+depends="$cpandepends perl-module-build"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/$_pkgreal-$pkgver.tar.gz"