run=(perl)

description="Perl/CPAN Module YAML : YAML Aint Markup Language"
url="http://search.cpan.org/dist/YAML/"

packager="Great-OS Team"

name=perl-yaml
version=1.31
release=3

source=(https://www.cpan.org/authors/id/I/IN/INGY/YAML-${version}.tar.gz)

build() {
cd YAML-$version

perl Makefile.PL INSTALLDIRS=vendor

make
make DESTDIR=$PKG install

find $PKG -name .packlist -o -name perllocal.pod -delete
}
