diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-01 09:32:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-01 09:32:19 +0000 |
commit | 10cd6649c99a99703ee6f0d885838e592f22acd2 (patch) | |
tree | 2eb2a813f46d180216fd1b81d5ad0811ad751a76 /dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild | |
parent | Cleanup (diff) | |
download | historical-10cd6649c99a99703ee6f0d885838e592f22acd2.tar.gz historical-10cd6649c99a99703ee6f0d885838e592f22acd2.tar.bz2 historical-10cd6649c99a99703ee6f0d885838e592f22acd2.zip |
Version bump
Package-Manager: portage-2.2_rc5/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild')
-rw-r--r-- | dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild new file mode 100644 index 000000000000..ff33e66a8576 --- /dev/null +++ b/dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.23.ebuild,v 1.1 2008/08/01 09:32:19 tove Exp $ + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Provides information about Classes" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |