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.
23 lines
486 B
23 lines
486 B
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=JRED
|
|
MODULE_VERSION=0.67
|
|
MY_PN=Gtk2-Ex-FormFactory
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Gtk2 FormFactory"
|
|
HOMEPAGE="https://www.exit1.org/Gtk2-Ex-FormFactory/ https://metacpan.org/release/Gtk2-Ex-FormFactory"
|
|
|
|
LICENSE="|| ( LGPL-2.1 LGPL-3 )" #LGPL-2.1+
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc ppc64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="dev-perl/Gtk2"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
SRC_TEST="do"
|