blob: af012566cf0184e79594efce69f31b647e3615d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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/OpenCA-X509/OpenCA-X509-0.9.8.ebuild,v 1.1 2002/06/24 17:27:24 lamer Exp $
inherit perl-module
S=${WORKDIR}/${P}
DESCRIPTION="The perl OpenCA::X509 Module"
SRC_URI="http://www.cpan.org/authors/id/M/MA/MADWOLF/${P}.tar.gz"
LICENSE="Artistic | GPL-2"
SLOT="0"
export OPTIMIZE="${CFLAGS}"
|