2004-11-05 14:43:04 +01:00
|
|
|
# Ports collection makefile for: pear-Mail_Queue
|
|
|
|
# Date created: 05 November 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail_Queue
|
|
|
|
PORTVERSION= 1.1.3
|
|
|
|
CATEGORIES= mail www pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-05 14:43:04 +01:00
|
|
|
COMMENT= PEAR class for put mails in queue and send them later in background
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Mail
|
|
|
|
FILES= Queue.php Queue/Body.php Queue/Container.php \
|
|
|
|
Queue/Container/db.php Queue/Container/mdb.php \
|
|
|
|
Queue/Container/mdb2.php
|
|
|
|
DOCS= add_example.php base.php mdb_mail_queue_schema.xml \
|
|
|
|
mysql.sql pgsql.sql send_example.php TODO README
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-05 14:43:04 +01:00
|
|
|
.include <bsd.port.post.mk>
|