Parent Directory
|
Revision Log
Cleanup, Vbump. (Portage version: 2.1.2.2)
| 1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/pecl-ps-1.3.1.ebuild,v 1.4 2006/04/10 21:24:43 blubb Exp $ |
| 4 | |
| 5 | PHP_EXT_ZENDEXT="no" |
| 6 | PHP_EXT_PECL_PKG="ps" |
| 7 | PHP_EXT_NAME="ps" |
| 8 | PHP_EXT_INI="yes" |
| 9 | |
| 10 | inherit php-ext-pecl-r1 |
| 11 | |
| 12 | IUSE="" |
| 13 | DESCRIPTION="PHP extension for creating PostScript files." |
| 14 | SLOT="0" |
| 15 | LICENSE="PHP" |
| 16 | KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" |
| 17 | DEPEND="${DEPEND} |
| 18 | dev-libs/pslib" |
| 19 | |
| 20 | need_php_by_category |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |