blob: b3700ec17f814a7a442b60b500820df23de37ae3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Net_IMAP
PORTVERSION= 1.1.3
CATEGORIES= mail net pear
MAINTAINER= ports@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 \
${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>
|