diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-12 18:52:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-12 18:52:13 +0000 |
commit | 2a09ad8038b623dfe8d07498649b0831dcfaef89 (patch) | |
tree | b711fa98c88e4dee5fe33fc7d2bffe045a430e12 /dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.ebuild | |
parent | Version bump, bug #179965 (diff) | |
download | historical-2a09ad8038b623dfe8d07498649b0831dcfaef89.tar.gz historical-2a09ad8038b623dfe8d07498649b0831dcfaef89.tar.bz2 historical-2a09ad8038b623dfe8d07498649b0831dcfaef89.zip |
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.ebuild')
-rw-r--r-- | dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.ebuild b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.ebuild new file mode 100644 index 000000000000..d7e1d722e26a --- /dev/null +++ b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.02.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/Devel-SmallProf/Devel-SmallProf-2.02.ebuild,v 1.1 2007/06/12 18:37:07 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="per-line Perl profiler" +HOMEPAGE="http://search.cpan.org/~salva/" +SRC_URI="mirror://cpan/authors/id/S/SA/SALVA/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" |