diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-10-19 20:14:30 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-10-19 20:14:30 +0000 |
commit | 26402e3ec4417af7175d37265ae536a617e36715 (patch) | |
tree | 8c23e435f22200fc7b57e591f489b90c01bd4fc5 /dev-perl/Want/Want-0.15.ebuild | |
parent | alpha/ia64/sparc stable wrt #195811 (diff) | |
download | gentoo-2-26402e3ec4417af7175d37265ae536a617e36715.tar.gz gentoo-2-26402e3ec4417af7175d37265ae536a617e36715.tar.bz2 gentoo-2-26402e3ec4417af7175d37265ae536a617e36715.zip |
Version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-perl/Want/Want-0.15.ebuild')
-rw-r--r-- | dev-perl/Want/Want-0.15.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Want/Want-0.15.ebuild b/dev-perl/Want/Want-0.15.ebuild new file mode 100644 index 000000000000..845a7f0da1ca --- /dev/null +++ b/dev-perl/Want/Want-0.15.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.15.ebuild,v 1.1 2007/10/19 20:14:29 ian Exp $ + +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" +SRC_URI="mirror://cpan/authors/id/R/RO/ROBIN/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/~robin/${P}/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |