diff options
author | 2007-02-04 23:06:20 +0000 | |
---|---|---|
committer | 2007-02-04 23:06:20 +0000 | |
commit | 60d832977da453b17de14f88ffe456ed0775be01 (patch) | |
tree | cf719d590e33e0bd822d399d773f0c796375b4ce /dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild | |
parent | fix attribution (diff) | |
download | historical-60d832977da453b17de14f88ffe456ed0775be01.tar.gz historical-60d832977da453b17de14f88ffe456ed0775be01.tar.bz2 historical-60d832977da453b17de14f88ffe456ed0775be01.zip |
Version bump
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild')
-rw-r--r-- | dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild new file mode 100644 index 000000000000..3a0b58d02bd8 --- /dev/null +++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.02.ebuild,v 1.1 2007/02/04 23:04:38 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Crypt::CBC compliant Rijndael encryption module" +HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/" +SRC_URI="mirror://cpan/authors/id/B/BD/BDFOY/${P}.tar.gz" + + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |