1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
2 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Charles Mauch <cmauch@gmail.com>
5 pkgname=perl-perlio-eol
8 pkgdesc="Perl/CPAN Module PerlIO::eol"
10 url="http://search.cpan.org/dist/PerlIO-eol"
11 license=('GPL' 'PerlArtistic')
12 replaces=('perlio-eol')
14 options=('!emptydirs')
15 source=("http://www.cpan.org/authors/id/A/AU/AUDREYT/PerlIO-eol-$pkgver.tar.gz")
16 md5sums=('55c5d3fafab00a511ff1c2722060235c')
19 cd "$srcdir/PerlIO-eol-$pkgver"
20 PERL_MM_USE_DEFAULT=1 INSTALLDIRS=vendor perl Makefile.PL
25 cd "$srcdir/PerlIO-eol-$pkgver"
26 make DESTDIR="$pkgdir" install