freebsd-ports/mail/pear-Net_Cyrus/Makefile
Pav Lucistnik 551f0caee1 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>
2004-03-14 23:38:48 +00:00

24 lines
587 B
Makefile

# Ports collection makefile for: pear-Net_Cyrus
# Date created: 12 March 2004
# Whom: Attila Nagy <bra@fsn.hu>
#
# $FreeBSD$
#
PORTNAME= Net_Cyrus
PORTVERSION= 0.1.0
CATEGORIES= mail net pear
MAINTAINER= bra@fsn.hu
COMMENT= PEAR class to administer Cyrus IMAP servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= Cyrus.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>