diff options
Diffstat (limited to 'dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild index ae18445c72aa..2540e24bc979 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.10 2004/07/02 04:59:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.11 2004/07/14 17:03:17 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Crypt::DES module for perl" SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-DES-${PV}/" @@ -12,6 +11,7 @@ HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-DES-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc alpha" +IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5" |