# Maintainer: Sergej Pupykin # Contributor: François Charette pkgname=perl-json pkgver=4.10 pkgrel=1 pkgdesc="JSON (JavaScript Object Notation) encoder/decoder" arch=('any') url="https://search.cpan.org/dist/JSON" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=('!emptydirs') source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz) sha256sums=('df8b5143d9a7de99c47b55f1a170bd1f69f711935c186a6dc0ab56dd05758e35') build() { cd "$srcdir"/JSON-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd "$srcdir"/JSON-$pkgver make install DESTDIR="$pkgdir" find "$pkgdir" -name '.packlist' -delete find "$pkgdir" -name '*.pod' -delete }