summaryrefslogtreecommitdiff
path: root/net/pear-Net_SMTP/Makefile
blob: d7710cd946f3367f0cd3f4603141aed2e14faf58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Thierry Thomas (<thierry@pompo.net>)

PORTNAME=	Net_SMTP
PORTVERSION=	1.10.0
CATEGORIES=	net mail www pear

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

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.7:net/pear-Net_Socket@${PHP_FLAVOR}

USES=		pear

NO_ARCH=	yes

OPTIONS_DEFINE=	PEAR_AUTH_SASL
PEAR_AUTH_SASL_DESC=	PEAR::Auth_SASL support

PEAR_AUTH_SASL_RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Auth_SASL>=1.0.5:security/pear-Auth_SASL@${PHP_FLAVOR}

.include <bsd.port.mk>