aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pear-Net_IMAP/Makefile
blob: 6356755752e78d3a2b125c3f643186e0d9c8ac63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Net_IMAP
PORTVERSION=	1.1.4
CATEGORIES=	mail net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class that provides an implementation of the IMAP protocol
WWW=		https://pear.php.net/package/Net_IMAP \
		https://github.com/pear/Net_IMAP

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Auth_SASL>=1.0.2:security/pear-Auth_SASL@${PHP_FLAVOR} \
		${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.8:net/pear-Net_Socket@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>