91a1caa242
Hope to see you back! Thank for all the work!
27 lines
897 B
Makefile
27 lines
897 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail_Queue
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR class for put mails in queue and send them later in background
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
|
|
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
|
|
RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
|
|
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
|
|
|
|
USES= pear
|
|
|
|
OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2
|
|
PEAR_DB_DESC= PEAR::DB support
|
|
PEAR_MDB_DESC= PEAR::MDB support
|
|
PEAR_MDB2_DESC= PEAR::MDB2 support
|
|
|
|
PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
|
|
PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
|
|
PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
|
|
|
.include <bsd.port.mk>
|