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.
51 lines
1023 B
51 lines
1023 B
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=TODDR
|
|
DIST_VERSION=3.102
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="The Template Toolkit"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
|
IUSE="gd mysql postgres latex vim-syntax test xml"
|
|
|
|
RDEPEND="
|
|
dev-perl/Text-Autoformat
|
|
mysql? ( dev-perl/DBD-mysql )
|
|
postgres? ( dev-perl/DBD-Pg )
|
|
>=dev-perl/AppConfig-1.560.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
"
|
|
PDEPEND="
|
|
dev-perl/Text-Autoformat
|
|
vim-syntax? ( app-vim/tt2-syntax )
|
|
xml? ( dev-perl/Template-XML )
|
|
gd? ( dev-perl/Template-GD )
|
|
mysql? ( dev-perl/Template-DBI )
|
|
latex? ( dev-perl/Template-Plugin-Latex )
|
|
postgres? ( dev-perl/Template-DBI )
|
|
"
|
|
|
|
myconf=(
|
|
TT_XS_ENABLE=y
|
|
TT_XS_DEFAULT=y
|
|
TT_QUIET=y
|
|
TT_ACCEPT=y
|
|
)
|
|
|
|
PERL_RM_FILES=(
|
|
t/zz-plugin-leak.t
|
|
t/zz-pmv.t
|
|
t/zz-pod-coverage.t
|
|
t/zz-pod-kwalitee.t
|
|
t/zz-stash-xs-leak.t
|
|
t/zz-url2.t
|
|
)
|