summaryrefslogtreecommitdiff
path: root/dev-perl/RTF-Writer/RTF-Writer-1.110.0-r3.ebuild
blob: ec1d5a43b33c7aa7d85e2e52defaa013a69eb5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=SBURKE
DIST_VERSION=1.11
inherit perl-module

DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format"

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

RDEPEND="
	dev-perl/Image-Size
"
BDEPEND="${RDEPEND}
"