diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 23:38:48 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 23:38:48 +0000 |
commit | 63c19f46282467e4a1b18ab82d2253815cdb7780 (patch) | |
tree | 1bad3b218e14712f5b89175b5c9bbc4a0148a99f /mail/Makefile | |
parent | 01e03419f61dadf5c79386dd48f134749d68974d (diff) | |
download | FreeBSD-ports-63c19f46282467e4a1b18ab82d2253815cdb7780.zip FreeBSD-ports-63c19f46282467e4a1b18ab82d2253815cdb7780.tar.gz |
Add pear-Net_Cyrus, a PEAR class which provides an API for the administration
of Cyrus IMAP servers. It can be used to create, delete and modify users and
it's properties (Quota and ACL).
PR: ports/64166
Submitted by: <bra@fsn.hu>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 625feb1..cb282fe10 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -260,6 +260,7 @@ SUBDIR += pathalias SUBDIR += pear-Mail SUBDIR += pear-Mail_Mime + SUBDIR += pear-Net_Cyrus SUBDIR += pear-Net_IMAP SUBDIR += pear-mailparse SUBDIR += perdition |