aboutsummaryrefslogtreecommitdiff
blob: 47231ad796a0d690d728b6f1bc5c96b65c6a0604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR="TYEMQ"
DIST_A_EXT="tar.gz"
DIST_VERSION="1.032"

inherit perl-module

DESCRIPTION="Looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl"

RDEPEND="${DEPEND}"