blob: e5b5dc632f9d367e767dde098104cac372e9a2df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Singleton/Class-Singleton-1.03.ebuild,v 1.2 2004/06/08 12:10:15 dholm Exp $
inherit perl-module
DESCRIPTION="Implementation of a Singleton class"
HOMEPAGE="http://search.cpan.org/~abw/${P}/"
SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc"
|