22 lines
380 B
Bash
22 lines
380 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=DMAKI
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Parse and format PostgreSQL dates and times"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
RDEPEND="dev-perl/DateTime
|
|
dev-perl/DateTime-Format-Builder
|
|
dev-perl/DateTime-TimeZone
|
|
"
|
|
|
|
BDEPEND="${RDEPEND}
|
|
dev-perl/Module-Build-Tiny
|
|
"
|