aboutsummaryrefslogtreecommitdiffstats
path: root/main/smokeping
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-03-27 19:06:47 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-03-29 16:25:45 +0200
commitdd2dde38549790e7fcdd865d5df76ab3a09a9f18 (patch)
tree0af233214dad6c490b1ab5bde1e08c21d8afa223 /main/smokeping
parent40534d6fbbcd7db62e7eeef6fd8cff09deec41fb (diff)
downloadaports-dd2dde38549790e7fcdd865d5df76ab3a09a9f18.tar.bz2
aports-dd2dde38549790e7fcdd865d5df76ab3a09a9f18.tar.xz
main/smokeping: add perl-dev and perl-try-tiny to makedepends
smokeping fails to build on a clean build machine due to the lack of perl-dev package, which provides pod2man. Adding this package as a make-dependency. Adding a dependency for perl-try-tiny also, otherwise it fails to build on a clean environment with the following error: checking checking for perl module 'LWP'... Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module)
Diffstat (limited to 'main/smokeping')
-rw-r--r--main/smokeping/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/smokeping/APKBUILD b/main/smokeping/APKBUILD
index c6a5187067..13045f798b 100644
--- a/main/smokeping/APKBUILD
+++ b/main/smokeping/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=smokeping
pkgver=2.6.11
-pkgrel=2
+pkgrel=3
pkgdesc="Smokeping network latency monitoring"
pkgusers="smokeping"
pkggroups="smokeping"
@@ -29,6 +29,7 @@ depends="perl fping rrdtool perl-rrd
perl-cgi
perl-cgi-fast
"
+makedepends="perl-dev perl-try-tiny"
arch="noarch"
license="GPL"
subpackages="$pkgname-doc"