diff options
Diffstat (limited to 'dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild')
-rw-r--r-- | dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild new file mode 100644 index 0000000..a89884a --- /dev/null +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.13-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAGOLDEN +inherit perl-module + +DESCRIPTION="Syntactic try/catch sugar for use with Exception::Class" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Exception-Class" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28" + +SRC_TEST="do" |