Files
gentoo/dev-perl/ConfigReader/ConfigReader-0.500.0-r3.ebuild
Andreas K. Hüttel 9fff2fae3f dev-perl/ConfigReader: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-10-14 01:17:47 +02:00

17 lines
341 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=AMW
DIST_VERSION=0.5
inherit perl-module
DESCRIPTION="Read directives from a configuration file"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
PATCHES=( "${FILESDIR}/${P}-makefile-tests.patch" )