summaryrefslogtreecommitdiff
blob: d9efef1ccd5011d93bad8da6f882d8d7c649a6be (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
26
27
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

MODULE_AUTHOR="AMBS"
MODULE_SECTION="Text"

inherit perl-module

DESCRIPTION="Text::BibTeX is a Perl library for reading, parsing, and processing BibTeX files"

SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RESTRICT="mirror"

DEPEND=">=virtual/perl-Module-Build-0.36.03
	>=dev-perl/Config-AutoConf-0.16
	>=virtual/perl-ExtUtils-CBuilder-0.27
	>=dev-perl/ExtUtils-LibBuilder-0.02"
RDEPEND="!dev-libs/btparse
	>=dev-perl/Capture-Tiny-0.06"

SRC_TEST="do"