# Automatically generated by apkbuild-cpan, template 1 # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=perl-yaml _pkgreal=YAML pkgver=1.27 pkgrel=0 pkgdesc="YAML Ain't Markup Language (tm)" url="http://search.cpan.org/dist/YAML/" arch="noarch" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="perl-test-yaml" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" checkdepends="perl-test-deep" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { cd "$builddir" make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="f82de359939f139211df1c63226a17c0ecb00833c8e72986e901507626ef19f3bb3dd7678c83abb9aeb8857ca921e7698e2c0cb0620de5e4a8d3b963ee040e66 YAML-1.27.tar.gz"