Parent Directory
|
Revision Log
Version bump (Portage version: 2.1.10.49/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild,v 1.1 2012/02/20 14:20:32 olemarkus Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | USE_PHP="php5-3 php5-4" |
| 8 | |
| 9 | inherit php-ext-pecl-r2 |
| 10 | |
| 11 | DESCRIPTION="Extension used for detecting XSS codes(tainted string)" |
| 12 | LICENSE="PHP-3.01" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~x86" |
| 15 | IUSE="" |
| 16 | |
| 17 | pkg_postinst() { |
| 18 | elog 'In order to enable this extension, add' |
| 19 | elog ' taint.enable=1' |
| 20 | elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini' |
| 21 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |