summaryrefslogtreecommitdiff
blob: 884baae3ffc7b921ce9d2ac12ec0b7fcee4acb26 (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-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=MHX
DIST_VERSION=0.78
# NB: Examples are generated
DIST_EXAMPLES=("examples/*")
inherit perl-module

DESCRIPTION="Binary Data Conversion using C Types"

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

# bison >= 1.31?
DEPEND="virtual/perl-ExtUtils-MakeMaker"

MAKEOPTS+=" -j1"

src_test() {
	perl_rm_files tests/802_pod.t tests/803_pod_coverage.t
	perl-module_src_test
}