diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-07 15:00:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-07 15:00:46 +0000 |
commit | 903b9b2dbc663cb977dc2ea09f6683559b22ae6f (patch) | |
tree | 1e929e4fccf5624b81298b3f1ea7d37f82c8fc5e /dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild | |
parent | Improve pkg_preinst (diff) | |
download | historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.tar.gz historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.tar.bz2 historical-903b9b2dbc663cb977dc2ea09f6683559b22ae6f.zip |
Version bump
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild')
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild new file mode 100644 index 000000000000..bedafe3d92db --- /dev/null +++ b/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.20.ebuild,v 1.1 2007/01/07 14:57:47 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="executable comments in carp" +HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="virtual/perl-Test-Simple + dev-lang/perl" |