unitas-kivitendo/dev-perl/SQL-ReservedWords/SQL-ReservedWords-0.8.ebuild

18 lines
304 B
Bash
Raw Permalink Normal View History

2024-11-17 12:13:19 +01:00
# 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
"