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

main/perl-html-quoted: remove unnecessary perl-dev from makedepends

parent d29920bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,25 +8,22 @@ url="https://metacpan.org/release/HTML-Quoted/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl perl-html-parser"
makedepends="perl-dev perl-module-install"
makedepends="perl-module-install"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/T/TS/TSIBLEY/HTML-Quoted-$pkgver.tar.gz"
builddir="$srcdir/HTML-Quoted-$pkgver"
build() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
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