1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/pear-Mail/Makefile
Norikatsu Shigemura 4f29d7ecf6 Update to 1.1.1.
PR:		ports/53799
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-07-03 05:49: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.1
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>