diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:36:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:36:00 +0000 |
commit | 9c32a654c417509f71c04478fe9ced080c624e81 (patch) | |
tree | 9a88c9b7f50c61f3385f5c5091222139dbbee921 /perl-core/File-Spec/File-Spec-0.87.ebuild | |
parent | Removed old version. (diff) | |
download | historical-9c32a654c417509f71c04478fe9ced080c624e81.tar.gz historical-9c32a654c417509f71c04478fe9ced080c624e81.tar.bz2 historical-9c32a654c417509f71c04478fe9ced080c624e81.zip |
dev-perl => perl-core migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/File-Spec/File-Spec-0.87.ebuild')
-rw-r--r-- | perl-core/File-Spec/File-Spec-0.87.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perl-core/File-Spec/File-Spec-0.87.ebuild b/perl-core/File-Spec/File-Spec-0.87.ebuild new file mode 100644 index 000000000000..69dcb6c98960 --- /dev/null +++ b/perl-core/File-Spec/File-Spec-0.87.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-0.87.ebuild,v 1.1 2005/05/25 13:36:00 mcummings Exp $ + +myconf='INSTALLDIRS=vendor' +inherit perl-module + +DESCRIPTION="Handling files and directories portably" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${P}.readme" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/module-build" |