diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 13:44:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 13:44:49 +0000 |
commit | 80d4c19484dc786571be920a2dfa6536420f5b03 (patch) | |
tree | f848e92a635892f4da8efcc938dd5728f426bf92 /dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild | |
parent | Version bump upstream (diff) | |
download | historical-80d4c19484dc786571be920a2dfa6536420f5b03.tar.gz historical-80d4c19484dc786571be920a2dfa6536420f5b03.tar.bz2 historical-80d4c19484dc786571be920a2dfa6536420f5b03.zip |
Version bump upstream
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild new file mode 100644 index 000000000000..81d800059eb6 --- /dev/null +++ b/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.05.ebuild,v 1.1 2006/01/13 13:44:49 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Crypt::DES module for perl" +HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-DES-${PV}/" +SRC_URI="mirror://cpan/authors/id/D/DP/DPARIS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/libc + >=dev-lang/perl-5" + +export OPTIMIZE="${CFLAGS}" |