mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
0b4e9a5629
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>
27 lines
662 B
Makefile
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>
|