summaryrefslogtreecommitdiff
path: root/dev-perl/PDL-IO-GD/PDL-IO-GD-2.103.0.ebuild
blob: 078daabb465640d54ad80fbabb8cdc982fd440f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ETJ
DIST_VERSION=2.103

inherit perl-module

DESCRIPTION="A PDL interface to the GD image library"

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

RDEPEND="
	>=dev-perl/PDL-2.94.0
	media-libs/gd
"
BDEPEND="${RDEPEND}
"