summaryrefslogtreecommitdiffstats
path: root/testing/perl-snmp-info
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-08-21 07:33:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-21 07:33:25 +0000
commit6142be639a93b8d39945622a802c6c122bd80859 (patch)
tree1cc470c15a83947ef131f55bbf62a853053cfc0f /testing/perl-snmp-info
parentfad0624af29460b40bae6430e6e6e0f59fd16d90 (diff)
downloadaports-6142be639a93b8d39945622a802c6c122bd80859.tar.bz2
aports-6142be639a93b8d39945622a802c6c122bd80859.tar.xz
testing/perl-snmp-info: update depends
fixes #1263
Diffstat (limited to 'testing/perl-snmp-info')
-rw-r--r--testing/perl-snmp-info/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-snmp-info/APKBUILD b/testing/perl-snmp-info/APKBUILD
index f00d29817..63fb8cc3e 100644
--- a/testing/perl-snmp-info/APKBUILD
+++ b/testing/perl-snmp-info/APKBUILD
@@ -4,14 +4,14 @@
pkgname=perl-snmp-info
_pkgreal=SNMP-Info
pkgver=2.06
-pkgrel=0
+pkgrel=1
pkgdesc="Object Oriented Perl5 Interface to Network devices and MIBs through SNMP. "
url="http://search.cpan.org/dist/SNMP-Info/"
arch="noarch"
license="bsd"
-cpandepends="perl-snmp"
+cpandepends=""
cpanmakedepends=""
-depends="$cpandepends"
+depends="$cpandepends net-snmp-perl"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/O/OL/OLIVER/$_pkgreal-$pkgver.tar.gz"
@@ -25,7 +25,7 @@ prepare() {
build() {
cd "$_builddir"
- make
+ make && make test
}
package() {