1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Create and manipulate mime messages with PHP"
12 KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
15 RESTRICT="!test? ( test )"
17 BDEPEND="test? ( dev-php/PEAR-PEAR )"
20 # Requires the "pear" executable from dev-php/PEAR-PEAR.
21 pear run-tests tests || die
23 # The command succeeds regardless of whether or not the test suite
24 # passed, but this file is only written when there was a failure.
25 [[ -f run-tests.log ]] && die "test suite failed"