diff options
Diffstat (limited to 'dev-perl/Storable/Storable-1.0.7.ebuild')
-rw-r--r-- | dev-perl/Storable/Storable-1.0.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Storable/Storable-1.0.7.ebuild b/dev-perl/Storable/Storable-1.0.7.ebuild index 047cd8333c10..31613cb15bf8 100644 --- a/dev-perl/Storable/Storable-1.0.7.ebuild +++ b/dev-perl/Storable/Storable-1.0.7.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Storable/Storable-1.0.7.ebuild,v 1.4 2002/07/11 06:30:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Storable/Storable-1.0.7.ebuild,v 1.5 2002/07/25 04:13:27 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="The Perl Storable Module" SRC_URI="http://www.cpan.org/modules/by-module/Storable/${A}" +SLOT="0" HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" +SLOT="0" DEPEND=">=sys-devel/perl-5" src_compile() { |