mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
19 lines
317 B
Bash
19 lines
317 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DAGOLDEN
|
|
DIST_VERSION=1.08
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Date object, with as little code as possible"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
BDEPEND="
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
|
|
"
|