aboutsummaryrefslogblamecommitdiff
path: root/mail/pear-Net_IMAP/Makefile
blob: 012eced69b19aa08fb806599d8a91c1bff76f4a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      

                        
                     

                             
                                   

                                                                               

                      

                                                                              
                                
 
                    
 
                      
# Created by: Attila Nagy <bra@fsn.hu>

PORTNAME=	Net_IMAP
PORTVERSION=	1.1.3
CATEGORIES=	mail net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class that provides an implementation of the IMAP protocol

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
		${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		pear

.include <bsd.port.mk>