S="${WORKDIR}/${P}" DESCRIPTION="A Perl module that provides getopt processing with both long and short options." SRC_URI="http://www.cpan.org/authors/id/C/CJ/CJM/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/C/CJ/CJM/" DEPEND="" RDEPEND="sys-devel/perl" src_compile() { perl Makefile.PL && make || die } src_install () { make \ PREFIX=${D}/usr \ INSTALLMAN3DIR=${D}/usr/share/man/man3 \ INSTALLMAN1DIR=${D}/usr/share/man/man1 \ install || die # Install documentation. dodoc README }