freebsd-ports/mail/pear-Mail/Makefile
Norikatsu Shigemura 6c3e009476 Add pear-Mail 1.0.2, pEAR class that provides multiple interfaces
for sending emails.

PR:		ports/52596
Submitted by:	Thierry Thomas (<thierry@pompo.net>)
2003-06-08 06:54:25 +00:00

26 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.0.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>