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:
parent
07448c6820
commit
86bc63338c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277293
@ -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
|
||||
|
37
mail/pear-Horde_Imap_Client/Makefile
Normal file
37
mail/pear-Horde_Imap_Client/Makefile
Normal 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>
|
2
mail/pear-Horde_Imap_Client/distinfo
Normal file
2
mail/pear-Horde_Imap_Client/distinfo
Normal 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
|
4
mail/pear-Horde_Imap_Client/pkg-descr
Normal file
4
mail/pear-Horde_Imap_Client/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user