blob: 1af360a53ce58abc9baf7378e0107b6756a55274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Navid Golpayegani <golpa@atmos.umd.edu>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp
# Inherit the perl-module.eclass functions
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="Crypt::OpenSSL::Random module for perl"
SRC_URI="http://cpan.valueclick.com/authors/id/I/IR/IROBERTS/${P}.tar.gz"
DEPEND="virtual/glibc >=sys-devel/perl-5 dev-libs/openssl"
export OPTIMIZE="${CFLAGS}"
mydoc="ToDo"
|