summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild')
-rw-r--r--dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild
new file mode 100644
index 000000000000..a2bccb281cf1
--- /dev/null
+++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild,v 1.1 2009/08/22 19:36:26 beandog Exp $
+
+PEAR_PV="${PV/_/}"
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides an implementation of the IMAP protocol."
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="sasl"
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8
+ !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"