freebsd-ports/net/pear-Net_SMTP/Makefile
Sunpoet Po-Chuan Hsieh 660feefbbc Update to 1.7.3
Changes:	https://pear.php.net/package/Net_SMTP/download/
PR:		216424
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-02-05 10:06:26 +00:00

24 lines
584 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= Net_SMTP
PORTVERSION= 1.7.3
CATEGORIES= net mail www pear
MAINTAINER= joneum@bsdproject.de
COMMENT= PEAR class that provides an implementation of the SMTP protocol
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php: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:security/pear-Auth_SASL
.include <bsd.port.mk>