diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:49:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:49:41 +0000 |
commit | 1ddaf8f5c8869b5a6426442406b51445ed96648e (patch) | |
tree | 0f450c254a0ae690ddc74bf2a039ce2a560aa928 /dev-perl/module-build | |
parent | hppa stable for #68570 (Manifest recommit) (diff) | |
download | gentoo-2-1ddaf8f5c8869b5a6426442406b51445ed96648e.tar.gz gentoo-2-1ddaf8f5c8869b5a6426442406b51445ed96648e.tar.bz2 gentoo-2-1ddaf8f5c8869b5a6426442406b51445ed96648e.zip |
hppa stable for #68570
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r-- | dev-perl/module-build/module-build-0.25.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild index f002059d9ba8..06d525e7daf9 100644 --- a/dev-perl/module-build/module-build-0.25.ebuild +++ b/dev-perl/module-build/module-build-0.25.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.4 2004/10/23 22:44:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.5 2004/10/31 08:49:41 vapier Exp $ inherit perl-module MY_P="Module-Build-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Build and install Perl modules" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc ~amd64" +SLOT="0" +KEYWORDS="alpha ~amd64 hppa ~mips ~ppc sparc x86" IUSE="" style="builder" DEPEND="dev-perl/module-info - dev-perl/yaml - dev-perl/extutils-parsexs - >=dev-perl/Archive-Tar-1.09" - + dev-perl/yaml + dev-perl/extutils-parsexs + >=dev-perl/Archive-Tar-1.09" |