1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/pear-Net_SMTP/Makefile
Mark Linimon 17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00

36 lines
888 B
Makefile

# Ports collection makefile for: pear-Net_SMTP
# Date created: 26 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Net_SMTP
PORTVERSION= 1.2.8
CATEGORIES= net mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class that provides an implementation of the SMTP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= SMTP.php
DOCS= guide.txt
TESTS= auth.phpt basic.phpt config.php.dist quotedata.phpt
EXAMPLES= basic.php
_EXAMPLESDIR= docs/examples
LATEST_LINK= pear-Net_SMTP
OPTIONS= PEAR_AUTH_SASL "PEAR::Auth_SASL support" off
.include <bsd.port.pre.mk>
.if defined(WITH_PEAR_AUTH_SASL)
BUILD_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>