diff options
Diffstat (limited to 'sysutils/pear-Log/Makefile')
-rw-r--r-- | sysutils/pear-Log/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile new file mode 100644 index 00000000000..8d52c852bcc --- /dev/null +++ b/sysutils/pear-Log/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:27:29 jdolecek Exp $ + +DISTNAME= Log-1.7.0 +CATEGORIES= sysutils + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/ +COMMENT= PHP Log framework provides an abstracted logging system + +.include "../../www/php4/pear.mk" +.include "../../mk/bsd.pkg.mk" |