# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.94.ebuild,v 1.1 2009/12/10 08:17:33 tove Exp $ EAPI=2 MODULE_AUTHOR=DROLSKY inherit perl-module DESCRIPTION="A module to provide a flexible system for validation method/function call parameters" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/perl-Attribute-Handlers" DEPEND="${RDEPEND} >=virtual/perl-Module-Build-0.35" SRC_TEST="do"