summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@italpro.net>2008-08-13 09:49:21 +0000
committerMichele Beltrame <mb@italpro.net>2008-08-13 09:49:21 +0000
commitda89a1546240257be6d95ba257e42298e697d8a0 (patch)
tree917a688295e96829e26b4eabf6788f0732c17bce /dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild
parentCGI-Application (diff)
downloadperl-overlay-da89a1546240257be6d95ba257e42298e697d8a0.tar.gz
perl-overlay-da89a1546240257be6d95ba257e42298e697d8a0.tar.bz2
perl-overlay-da89a1546240257be6d95ba257e42298e697d8a0.zip
Fixes
Diffstat (limited to 'dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild')
-rw-r--r--dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild
new file mode 100644
index 000000000..37d7ea0d3
--- /dev/null
+++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Syntactic try/catch sugar for use with Exception::Class"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc sparc-fbsd x86 x86-fbsd"
+RESTRICT="nomirror"
+
+IUSE=""
+DEPEND="
+ dev-perl/Exception-Class
+"