diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-19 20:57:41 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-19 20:57:41 +0000 |
commit | d0b9abacef7e15a434960053b546ce7722f7e0af (patch) | |
tree | 12acc3fe626afac8ef0aa7a88f19c9fa95c51aaf /dev-php | |
parent | Initial import from project overlay (diff) | |
download | historical-d0b9abacef7e15a434960053b546ce7722f7e0af.tar.gz historical-d0b9abacef7e15a434960053b546ce7722f7e0af.tar.bz2 historical-d0b9abacef7e15a434960053b546ce7722f7e0af.zip |
Version bump from project overlay
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.1.ebuild b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.1.ebuild new file mode 100644 index 000000000000..d2426692d801 --- /dev/null +++ b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.1.ebuild,v 1.1 2008/03/19 20:57:41 jokey Exp $ + +inherit php-pear-r1 depend.php + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" + +DESCRIPTION="OO interface for searching and manipulating LDAP-entries" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +pkg_setup() { + require_php_with_use ldap +} |