You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/PDL-Transform-Color/PDL-Transform-Color-1.3.0.e...

23 lines
369 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_VERSION=1.003
DIST_AUTHOR=ZOWIE
inherit perl-module
DESCRIPTION="Useful color system conversions for PDL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-perl/PDL
dev-perl/Safe-Isa
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"