# Maintainer: Alexey Pavlov <alexpux@gmail.com>

_realname=MIME-tools
pkgname=perl-${_realname}
pkgver=5.515
pkgrel=2
pkgdesc="Parses streams to create MIME entities"
arch=('any')
url="https://metacpan.org/dist/MIME-tools"
msys2_references=(
  "purl: pkg:cpan/DSKOLL/MIME-tools"
)
license=('GPL' 'PerlArtistic')
depends=('perl-MailTools' 'perl-IO-Stringy' 'perl-Convert-BinHex')
options=('!emptydirs')
provides=('perl-MIME-Body=5.428.0' 'perl-MIME-Decoder' 'perl-MIME-Decoder-Base64'
          'perl-MIME-Decoder-Binary' 'perl-MIME-Decoder-Binhex' 'perl-MIME-Decoder-gzip64'
          'perl-MIME-Decoder-nbit' 'perl-MIME-Decoder-Quotedprint' 'perl-MIME-decoder-uu'
          'perl-MIME-Entity' 'perl-MIME-Field-Contdisp=5.428.0' 'perl-MIME-Field-Contraenc=5.428.0'
          'perl-MIME-Field-Conttype=5.428.0' 'perl-MIME-Field-Paramval=5.428.0' 'perl-MIME-Head=5.428.0'
          'perl-MIME-Parser' 'perl-MIME-Parser-Filer' 'perl-MIME-Parser-Reader'
          'perl-MIME-Parser-Results' 'perl-MIME-WordDecoder' 'perl-MIME-Words=5.428.0')
source=("https://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-${pkgver}.tar.gz")
sha256sums=('c1ba1dd9f0b2cd82a0e75caedec51e48233f9f01dc29a0971bdff1cb53be9013')

build() {
  cd  "${srcdir}/${_realname}-${pkgver}"
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
}

package() {
  cd  "${srcdir}/${_realname}-${pkgver}"
  make install DESTDIR="${pkgdir}"
}
