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

main/perl-datetime-format-mail: remove unnecessary perl-dev from makedepends

parent b93c4d07
No related merge requests found
......@@ -8,26 +8,21 @@ url="https://metacpan.org/release/DateTime-Format-Mail/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl perl-datetime perl-params-validate"
makedepends="perl-dev"
install=""
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/B/BO/BOOK/DateTime-Format-Mail-$pkgver.tar.gz"
builddir="$srcdir"/DateTime-Format-Mail-$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