diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-05-24 12:18:56 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-05-24 12:18:56 +0000 |
commit | f795d971fe44b756f72881ed4a726227876c1672 (patch) | |
tree | 20a46d104afc77307724564dab5edd3870cc6852 /dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | |
parent | Add getopt package providing getopt-long for platforms where getopt(1) does n... (diff) | |
download | gentoo-2-f795d971fe44b756f72881ed4a726227876c1672.tar.gz gentoo-2-f795d971fe44b756f72881ed4a726227876c1672.tar.bz2 gentoo-2-f795d971fe44b756f72881ed4a726227876c1672.zip |
Initial ebuild, closes bug 134037.
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild')
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild new file mode 100644 index 000000000000..1a8d2830f439 --- /dev/null +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild,v 1.1 2006/05/24 12:18:56 sebastian Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="dev-php/PEAR-Auth" |