1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

This Horde package provides an abstracted API interface to various

IMAP4rev1 (RFC 3501) backend drivers.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 20:23:56 +00:00
parent 07448c6820
commit 86bc63338c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277293
4 changed files with 44 additions and 0 deletions

View File

@ -464,6 +464,7 @@
SUBDIR += pathalias
SUBDIR += pear-Contact_Vcard_Build
SUBDIR += pear-Contact_Vcard_Parse
SUBDIR += pear-Horde_Imap_Client
SUBDIR += pear-Horde_Mail
SUBDIR += pear-Horde_Mime
SUBDIR += pear-Horde_Mime_Viewer

View File

@ -0,0 +1,37 @@
# Ports collection makefile for: pear-Horde_Imap_Client
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Imap_Client
PORTVERSION= 1.0.9
CATEGORIES= mail www pear
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde IMAP abstraction interface
OPTIONS= IMAP "Require PHP imap extension" On \
MBSTRING "Require PHP mbstring extension" On \
SASL "Support SASL Authentication" On
USE_PHP= hash
USE_HORDE_RUN= Horde_Exception Horde_Mime Horde_Util
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_IMAP)
USE_PHP+= imap
.endif
.if !defined(WITHOUT_MBSTRING)
USE_PHP+= mbstring
.endif
.if !defined(WITHOUT_SASL)
RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Imap_Client-1.0.9.tgz) = 1bd57f686feab63267881c59989bc4a6afeb125526b4913956c170d42e7e1638
SIZE (Horde/Horde_Imap_Client-1.0.9.tgz) = 116680

View File

@ -0,0 +1,4 @@
This Horde package provides an abstracted API interface to various
IMAP4rev1 (RFC 3501) backend drivers.
WWW: http://pear.horde.org