# 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.92-r1.ebuild,v 1.2 2009/11/24 09:46:34 aballier 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"