18 lines
304 B
Bash
18 lines
304 B
Bash
|
# Copyright 1999-2021 Gentoo Authors
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI=7
|
||
|
|
||
|
DIST_AUTHOR=CHANSEN
|
||
|
inherit perl-module
|
||
|
|
||
|
DESCRIPTION="Reserved SQL words by ANSI/ISO"
|
||
|
|
||
|
SLOT="0"
|
||
|
KEYWORDS="amd64"
|
||
|
|
||
|
RDEPEND="dev-perl/Sub-Exporter"
|
||
|
|
||
|
BDEPEND="${RDEPEND}
|
||
|
dev-perl/Module-Build
|
||
|
"
|