description="Perl module for processing xml document"
url="http://search.cpan.org/dist/XML-Parser/"

packager="Grat-OS Team"

makedepends=(perl)
run=(perl)

name=perl-xml-parser
version=2.46
release=3

source=(https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${version}.tar.gz)

build() {
  cd XML-Parser-$version

  perl Makefile.PL

  make 
  make DESTDIR=$PKG install
}
