description="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
url="http://search.cpan.org/dist/AppConfig/"

packager="Grat-OS Team"

makedepends=(perl)
run=(perl)

name=perl-appconfig
version=1.71

source=(https://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-$version.tar.gz)

build() {
cd AppConfig-$version

perl Makefile.PL INSTALLDIRS=vendor

make
make DESTDIR=$PKG install
}
