diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-09-25 21:18:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-09-25 21:18:28 +0000 |
commit | e263b685989f4ede940863cbf00c651ddddf7878 (patch) | |
tree | bc8413acfe9fbb90953e24ae521ce9fc1204dd5c /dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild | |
parent | Version bump; cleaning (diff) | |
download | historical-e263b685989f4ede940863cbf00c651ddddf7878.tar.gz historical-e263b685989f4ede940863cbf00c651ddddf7878.tar.bz2 historical-e263b685989f4ede940863cbf00c651ddddf7878.zip |
Version bump
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild')
-rw-r--r-- | dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild b/dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild new file mode 100644 index 000000000000..35466cb0d213 --- /dev/null +++ b/dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/Carp-Clan-5.4.ebuild,v 1.1 2006/09/25 21:01:18 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Report errors from perspective of caller of a clan of modules" +HOMEPAGE="http://search.cpan.org/~jjore/${P}/" +SRC_URI="mirror://cpan/authors/id/J/JJ/JJORE/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |