diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 15:30:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 15:30:40 +0000 |
commit | d133a961dd54e3a4b566ca1f5e4d16377548894c (patch) | |
tree | 872ccf84eb988511656993561781c50da0266f95 /dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild | |
parent | this is a missing dep for params-validate (dep for html-mason) (diff) | |
download | gentoo-2-d133a961dd54e3a4b566ca1f5e4d16377548894c.tar.gz gentoo-2-d133a961dd54e3a4b566ca1f5e4d16377548894c.tar.bz2 gentoo-2-d133a961dd54e3a4b566ca1f5e4d16377548894c.zip |
added a new module that was a missing dep for this package
Diffstat (limited to 'dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild')
-rw-r--r-- | dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild b/dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild new file mode 100644 index 000000000000..7554e5f08f0e --- /dev/null +++ b/dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.24-r2.ebuild,v 1.1 2002/11/26 15:30:40 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="A module to provide a flexible system for validation method/function call parameters" +SRC_URI="http://www.perl.com/CPAN/modules/by-authors/id/D/DR/DROLSKY/${P}.tar.gz" +HOMEPAGE="http://www.perl.com/CPAN/modules/by-authors/id/D/DR/DROLSKY/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~alpha sparc sparc64" + +DEPEND="${DEPEND} + dev-perl/Attribute-Handlers" + +mydoc="CREDITS UPGRADE" + +src_install () { + + perl-module_src_install + dohtml htdocs/* + +} |