mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
17 lines
324 B
Bash
17 lines
324 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=URI
|
|
MODULE_VERSION=1.05
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="The Perl File-ReadBackwards Module"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
|
|
IUSE=""
|
|
|
|
SRC_TEST="do"
|