summaryrefslogtreecommitdiff
blob: cc5516aa4f758b85fdd6d0cd6e4b343c24b65af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit php-pear-r1

DESCRIPTION="PEAR class for IP v6 calculations"

LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="test? ( dev-php/phpunit )"

src_test() {
	phpunit "--include-path=${S}" "${S}/tests/AllTests.php" || die
}