Skip to content
Snippets Groups Projects
Commit c8b08e32 authored by Timothy Legge's avatar Timothy Legge
Browse files

main/perl-net-rblclient: remove unnecessary perl-dev from makedepends

parent 92904552
No related branches found
No related tags found
No related merge requests found
......@@ -9,20 +9,17 @@ url="https://metacpan.org/release/Net-RBLClient/"
arch="noarch"
license="Artistic GPL-2.0"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/A/AB/ABLUM/$_realname-$pkgver.tar.gz"
builddir="$srcdir/RBLCLient-$pkgver"
build() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
cd "$builddir"
make test
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment