1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/pear-Mail/Makefile
Edwin Groothuis 0b4e9a5629 mail/pear-Mail: upgrading to 1.1.2.
This PR upgrades pear-Mail to its latest release.
	The 'localhost' value can now be set in the SMTP driver.

PR:		ports/56563
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-08 02:47:02 +00:00

27 lines
662 B
Makefile

# Ports collection makefile for: pear-Mail
# Date created: 26 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Mail
PORTVERSION= 1.1.2
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class that provides multiple interfaces for sending emails
BUILD_DEPENDS= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
do-install:
@${CP} -Rp ${WRKSRC}/* ${PEARDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Mail*
@${CHMOD} a-x ${PEARDIR}/Mail.php
.include <bsd.port.post.mk>