View | Details | Raw Unified | Return to bug 73741
Collapse All | Expand All

(-)Makefile (-4 / +11 lines)
Lines 7-20 Link Here
7
7
8
PORTNAME=	Net_SMTP
8
PORTNAME=	Net_SMTP
9
PORTVERSION=	1.2.6
9
PORTVERSION=	1.2.6
10
PORTREVISION=	1
10
CATEGORIES=	net mail www pear
11
CATEGORIES=	net mail www pear
11
12
12
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	antonio@php.net
13
COMMENT=	PEAR class that provides an implementation of the SMTP protocol
14
COMMENT=	PEAR class that provides an implementation of the SMTP protocol
14
15
15
BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
16
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
16
		${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
17
# The Auth_SASL package is no longer absolutely required, but it will be used if it is available.
18
RUN_DEPENDS=	${BUILD_DEPENDS}
17
RUN_DEPENDS=	${BUILD_DEPENDS}
19
18
20
CATEGORY=	Net
19
CATEGORY=	Net
Lines 24-29 Link Here
24
EXAMPLES=	basic.php
23
EXAMPLES=	basic.php
25
_EXAMPLESDIR=	docs/examples
24
_EXAMPLESDIR=	docs/examples
26
25
26
LATEST_LINK=	pear-Net_SMTP
27
OPTIONS=	PEAR_AUTH_SASL "PEAR::Auth_SASL support" off
28
27
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
31
.if defined(WITH_PEAR_AUTH_SASL)
32
BUILD_DEPENDS+=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
33
.endif
34
28
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
35
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
29
.include <bsd.port.post.mk>
36
.include <bsd.port.post.mk>

Return to bug 73741