blob: adf71fcf25fbf90059f8df1c7a2769542ac25f98 (
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
30
31
32
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="KRYDE"
DIST_VERSION="6"
inherit perl-module
DESCRIPTION="constant subs with deferred value calculation"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="dev-perl/B-Utils
dev-perl/Sub-Identify
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Memoize
virtual/perl-Package-Constants
virtual/perl-Pod-Simple"
DEPEND="virtual/perl-ExtUtils-MakeMaker
virtual/perl-Exporter
test? ( dev-perl/File-Slurp
virtual/perl-ExtUtils-Manifest
virtual/perl-Test
virtual/perl-Test-Simple )"
SRC_TEST="do"
|