# Ports collection makefile for:  pear-Net_IMAP
# Date created:			  12 march 2004
# Whom:				  Attila Nagy <bra@fsn.hu>
#
# $FreeBSD: ports/mail/pear-Net_IMAP/Makefile,v 1.1 2004/03/14 23:29:25 pav Exp $
#

PORTNAME=	Net_IMAP
PORTVERSION=	0.7.1
CATEGORIES=	mail net pear

MAINTAINER=	bra@fsn.hu
COMMENT=	PEAR class that provides an implementation of the IMAP protocol

BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Net
FILES=		IMAP.php IMAPProtocol.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
