80117e1142
Release date: 2011-05-26 05:28 UTC Changelog: - Improved the console handler's stream handling. (Bug 17874) - Added a 'reopen' configuration parameter to the syslog handler. (Request 18185) - The backtrace depth is now configurable via setBacktraceDepth(). (Request 18423)
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/06/19 15:57:09 taca Exp $
|
|
|
|
DISTNAME= Log-1.12.6
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
|
|
COMMENT= PHP Log framework provides an abstracted logging system
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-pear-Log-[0-9]*
|
|
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|