summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@italpro.net>2008-01-08 16:32:35 +0000
committerMichele Beltrame <mb@italpro.net>2008-01-08 16:32:35 +0000
commit1d6b3e481a9503b0c68b7cb9b7d634949538e5a4 (patch)
treec08da92a2e4ececc48168744bff4b3fa249caa71 /dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild
parentMetadata (diff)
downloadperl-overlay-1d6b3e481a9503b0c68b7cb9b7d634949538e5a4.tar.gz
perl-overlay-1d6b3e481a9503b0c68b7cb9b7d634949538e5a4.tar.bz2
perl-overlay-1d6b3e481a9503b0c68b7cb9b7d634949538e5a4.zip
Added Catalyst ebuilds
Diffstat (limited to 'dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild')
-rw-r--r--dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild
new file mode 100644
index 000000000..2db63fb77
--- /dev/null
+++ b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.21.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Validation with simple chains of constraints"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/L/LY/LYOKATO/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86"
+RESTRICT="nomirror"
+
+IUSE=""
+DEPEND="
+ >=dev-perl/Class-Accessor-0.22
+ >=dev-perl/Class-Inspector-1.13
+ >=dev-perl/Class-Data-Inheritable-0.04
+ >=dev-perl/UNIVERSAL-require-0.10
+ dev-perl/MailTools
+ >=dev-perl/Email-Valid-0.15
+ >=dev-perl/Email-Valid-Loose-0.04
+ >=dev-perl/Date-Calc-5.4
+ >=dev-perl/Tie-IxHash-1.21
+ >=dev-perl/yaml-0.39
+ >=dev-perl/List-MoreUtils-0.16
+ >=dev-perl/DateTime-Format-Strptime-1.0700
+"