blob: 51a185e22cd4a511b70691968f9593fa26282954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-BufferedSelect/IO-BufferedSelect-1.0.ebuild,v 1.2 2008/03/27 01:37:02 jokey Exp $
inherit perl-module
DESCRIPTION="Perl module that implements a line-buffered select interface"
HOMEPAGE="http://search.cpan.org/~afn/IO-BufferedSelect-1.0/"
SRC_URI="mirror://cpan/authors/id/A/AF/AFN/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
S="${WORKDIR}/${P/-${PV}}"
|