# $Id$ PNAME="perl-module-build" PVER="0.4224" PBUILD="r4" DESCRIPTION="Build and install Perl modules." DEPEND=">= dev-lang/perl-5.26.1 >= dev-perl/perl-yaml-1.23 >= dev-perl/perl-archive-tar-2.24" CPAN_MODULE="Module-Build" CPAN_AUTHOR="leont" sminclude cpan postinstall() { _PNAME=module-build if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }