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

main/perl-email-address-list: remove unnecessary perl-dev from makedepends

parent f775e2cf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ url="https://metacpan.org/release/Email-Address-List/"
arch="noarch"
license="GPL+ or Artistic"
depends="perl perl-email-address"
makedepends="perl-dev perl-json perl-module-install"
makedepends="perl-json perl-module-install"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/B/BP/BPS/Email-Address-List-$pkgver.tar.gz"
builddir="$srcdir/Email-Address-List-$pkgver"
......@@ -17,18 +17,15 @@ builddir="$srcdir/Email-Address-List-$pkgver"
# - CVE-2018-18898
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