I wrote an ebuild for the HTTPD-User-Manage perl module: http://search.cpan.org/~lds/HTTPD-User-Manage-1.61/ "...a script and set of Perl modules for managing access control with the Apache, NCSA httpd, CERN and Netscape servers (and maybe some others)." Reproducible: Always Steps to Reproduce: 1. 2. 3.
Since the file uploading feature doesn't seem to be working so well for me, I'll paste the ebuild in below: inherit perl-module DESCRIPTION="Perl module for managing access control of web servers" SRC_URI="http://www.cpan.org/authors/id/L/LD/LDS/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/L/LD/LDS/${P}.readme" SLOT="0" LICENSE="Unknown" KEYWORDS="x86" DEPEND=">=dev-perl/MD5-2.02"
Sorry this has taken so long to get to, I'm currently in the process of cleaning up the perl@g.o bug lists. I've taken a look and added the package, but removed the depend you had listed - this isn't a dependancy of the module (I checked the Makefile.PL prereq's).