Files
gentoo/dev-php/PEAR-Console_Getargs/PEAR-Console_Getargs-1.4.0.ebuild
Brian Evans 87fdf733c9 dev-php/PEAR-Console_Getargs: Version bump to 1.4.0 with PHP 7 support
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-02-13 11:17:36 -05:00

20 lines
364 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit php-pear-r2
DESCRIPTION="A command-line arguments parser"
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
DEPEND="test? ( dev-php/phpunit )"
src_test() {
phpunit tests/ || die
}