diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 00:37:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-24 00:37:40 +0000 |
commit | e185f37a376d789bc77db18a0ffd2a63c6eba595 (patch) | |
tree | 0f0efdda8959fcfa44464b906a3b6083ac3ccc2f /dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild | |
parent | dep for crypt-rsa, which is a dep for net-ssh (diff) | |
download | gentoo-2-e185f37a376d789bc77db18a0ffd2a63c6eba595.tar.gz gentoo-2-e185f37a376d789bc77db18a0ffd2a63c6eba595.tar.bz2 gentoo-2-e185f37a376d789bc77db18a0ffd2a63c6eba595.zip |
dep for crypt-rsa, which is a dep for net-ssh
Diffstat (limited to 'dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild')
-rw-r--r-- | dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild b/dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild new file mode 100644 index 000000000000..bbae4ada66dd --- /dev/null +++ b/dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/convert-ascii-armour/convert-ascii-armour-1.4.ebuild,v 1.1 2003/06/24 00:37:36 mcummings Exp $ + +inherit perl-module + +MY_P=Convert-ASCII-Armour-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Perl interface to the MD2 Algorithm" +SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~ppc ~sparc" + +DEPEND="dev-perl/Compress-Zlib + dev-perl/Digest-MD5 + dev-perl/MIME-Base64" |