summaryrefslogtreecommitdiff
path: root/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild')
-rw-r--r--dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
new file mode 100644
index 000000000000..834d8cd84871
--- /dev/null
+++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
+PHP_PEAR_URI="pear.phpunit.de"
+PHP_PEAR_PN="PHP_Timer"
+
+inherit php-pear-lib-r1
+
+DESCRIPTION="Utility class for timing"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 hppa x86"
+IUSE=""
+HOMEPAGE="http://pear.phpunit.de/"