aboutsummaryrefslogblamecommitdiff
path: root/net/pear-Net_SMTP/Makefile
blob: 23e249bc5d0514782820b6dee179f519c6839a66 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                  
           

                        
                     
                                 
 
                                

                                                                               

                      
                                                                         

                                                                         

                    
 
                              

                                               
                                                                                            
 
                      
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

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

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

LICENSE=	PHP301

BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket

NO_ARCH=	yes
USES=		pear

OPTIONS_DEFINE=	PEAR_AUTH_SASL
PEAR_AUTH_SASL_DESC=	PEAR::Auth_SASL support

PEAR_AUTH_SASL_BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL

.include <bsd.port.mk>