21 lines
367 B
Bash
21 lines
367 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=TODDR
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Front-end module to the Template Toolkit"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
RDEPEND="dev-perl/AppConfig
|
|
virtual/perl-File-Spec
|
|
virtual/perl-File-Temp
|
|
virtual/perl-Scalar-List-Utils
|
|
"
|
|
|
|
BDEPEND="${RDEPEND}"
|