mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
This makes it hard to grep for actual mistakes like DEPEND=DEPEND. Signed-off-by: Sam James <sam@gentoo.org>
16 lines
283 B
Bash
16 lines
283 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
USE_PHP="php7-3 php7-4 php8-0 php8-1"
|
|
|
|
inherit php-ext-pecl-r3
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DESCRIPTION="dBase database file access functions"
|
|
|
|
LICENSE="PHP-3.01"
|
|
SLOT="7"
|