summaryrefslogtreecommitdiff
blob: 57b2d0e149a2caa934f2462ea6afa7dd607eae68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=SFINK
DIST_VERSION=1.07
inherit perl-module

DESCRIPTION="Human-readable unit-aware calculator"

SLOT="0"
KEYWORDS="amd64 ~hppa sparc x86"

RDEPEND="virtual/perl-Time-Local"
BDEPEND="${RDEPEND}"