diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-27 09:51:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-27 09:51:22 +0000 |
commit | a28728030ef044bb6d643f45ef4805ace942b261 (patch) | |
tree | d17bac2e17c26f6a3f8de6246f6ff4cbaa8b50c2 /dev-perl/MD5/MD5-2.02.ebuild | |
parent | SRC_URI fix (diff) | |
download | gentoo-2-a28728030ef044bb6d643f45ef4805ace942b261.tar.gz gentoo-2-a28728030ef044bb6d643f45ef4805ace942b261.tar.bz2 gentoo-2-a28728030ef044bb6d643f45ef4805ace942b261.zip |
new package
Diffstat (limited to 'dev-perl/MD5/MD5-2.02.ebuild')
-rw-r--r-- | dev-perl/MD5/MD5-2.02.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/MD5/MD5-2.02.ebuild b/dev-perl/MD5/MD5-2.02.ebuild new file mode 100644 index 000000000000..7d9c441cb9af --- /dev/null +++ b/dev-perl/MD5/MD5-2.02.ebuild @@ -0,0 +1,14 @@ +# 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/MD5/MD5-2.02.ebuild,v 1.1 2002/06/27 09:51:22 seemant Exp $ + +# Inherit the perl-module.eclass functions + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="The Perl MD5 Module" +SRC_URI="http://www.cpan.org/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/authors/is/G/GA/GAAS/${P}.readme" +SLOT="0" +export OPTIMIZE="${CFLAGS}" |