430bcd21db
1.12.5 2010-12-23 05:38 UTC Changelog: - Corrected the "levels" unit test on 32-bit systems. (Bug 18099) - Corrected quote handling in Firebug console output. (Bug 18141)
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/12/23 09:51:42 taca Exp $
|
|
|
|
DISTNAME= Log-1.12.5
|
|
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"
|