6f8c351112
Sponsored by: Netzkommune GmbH
24 lines
626 B
Makefile
24 lines
626 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_SMTP
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= net mail www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class that provides an implementation of the SMTP protocol
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
|
|
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@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|