summaryrefslogtreecommitdiff
blob: c14c46c43c0e5108a506fb3aee417419730e8fec (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
28
29
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=SKNPP
DIST_VERSION=2.4
inherit perl-module

DESCRIPTION="Pragma to implement lvalue accessors with options"
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}-2.300.0-patch.tar.bz2"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
	dev-perl/Module-Build
	test? (
		dev-perl/CGI
	)
"

EPATCH_SUFFIX=patch
PATCHES=(
	"${WORKDIR}"/${DIST_NAME:-${PN}}-patch
)
PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )