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

main/perl-parallel-forkmanager: remove unnecessary perl-dev from makedepends

parent 35af1cfd
No related branches found
No related tags found
No related merge requests found
......@@ -8,33 +8,26 @@ pkgrel=3
pkgdesc="unknown"
url="https://metacpan.org/release/Parallel-ForkManager/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-moo"
cpanmakedepends="perl-test-warn"
depends="$cpandepends"
checkdepends=""
makedepends="perl-dev $cpanmakedepends"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl perl-moo"
makedepends="perl-test-warn"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/Y/YA/YANICK/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$builddir"
make
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
......
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