description="AppConfig module - Read configuration files and parse command line arguments"
url="https://metacpan.org/pod/AppConfig"
packager="tnut <tnut@nutyx.org>"
contributors="Rems"

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
find $PKG \
	-name '*.bs' -or \
	-name .packlist -delete

}
