freebsd-ports/sysutils/pear-Log/Makefile
Pav Lucistnik f697703c90 - Update to 1.8.2
PR:		ports/60833
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-01-02 21:03:07 +00:00

32 lines
1,021 B
Makefile

# Ports collection makefile for: pear-Log
# Date created: 22 October 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Log
PORTVERSION= 1.8.2
CATEGORIES= sysutils www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR logging utilities
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Log.php Log/composite.php Log/console.php Log/display.php \
Log/error_log.php Log/file.php Log/mail.php Log/mcal.php \
Log/null.php Log/observer.php Log/sql.php Log/syslog.php \
Log/win.php
DOCS= guide.txt
EXAMPLES= composite.php console.php display.php error_log.php file.php \
mail.php null.php observer_mail.php pear_error_handler.php \
php_error_handler.php sql.php syslog.php win.php
TESTS= composite.phpt console.phpt display.phpt error_log.phpt \
factory.phpt null.phpt singleton.phpt
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>