summaryrefslogtreecommitdiff
blob: b1d5c4562b743d353da7ee606b90ab77b088bcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION="0.05"
inherit perl-module

DESCRIPTION="Set autoflush from the command line"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND="
	>=dev-perl/IO-CaptureOutput-1.08
	>=virtual/perl-Test-Simple-0.62
"
DEPEND="
	${DEPEND}
	virtual/perl-Module-Build
"
SRC_TEST="do"