blob: 40608b11f156197909adec06faad6c5ee4efeb08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Festival-Client-Async/Festival-Client-Async-0.0303.ebuild,v 1.5 2004/07/14 17:30:29 agriffis Exp $
inherit perl-module
DESCRIPTION="Festival-Async - Non-blocking interface to a Festival server."
HOMEPAGE="http://www.cpan.org/"
SRC_URI="http://www.cpan.org/modules/by-module/Festival/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="x86"
IUSE=""
|