summaryrefslogtreecommitdiff
path: root/p5-mime-charset/Pkgfile
blob: 88e84acf83d717de2154c37854ec580d7dcb7164 (plain)
    1 # Description: Charset Information for MIME
    2 # URL: https://metacpan.org/release/MIME-Charset
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=p5-mime-charset
    7 version=1.012.2
    8 release=1
    9 source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-$version.tar.gz)
   10 
   11 build() {
   12   cd MIME-Charset-$version
   13   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
   14   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   15   perl Makefile.PL
   16   make
   17   make install INSTALLDIRS=vendor DESTDIR=$PKG
   18   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   19 }

Generated by cgit