freebsd-ports/net/pear-Net_SMTP/Makefile
Pav Lucistnik e6ddb95a08 - Update to 1.2.5
PR:		ports/64117
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-03-12 00:00:57 +00:00

29 lines
844 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.5
CATEGORIES= net mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class that provides an implementation of the SMTP protocol
BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
# The Auth_SASL package is no longer absolutely required, but it will be used if it is available.
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= SMTP.php
DOCS= guide.txt
TESTS= auth.phpt basic.phpt config.php.dist
EXAMPLES= basic.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>