c15e1241c8
dbgLog (debug logger) is a C++ library for debugging purposes and runtime logging to file with extension for Python and PHP. A simple solution for logging same way in many applications using different programming languages.
14 lines
390 B
Makefile
14 lines
390 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/31 08:59:54 ondratu Exp $
|
|
|
|
BUILDLINK_TREE+= py26-dbglog
|
|
|
|
.if !defined(PY26_DBGLOG_BUILDLINK3_MK)
|
|
PY26_DBGLOG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.py26-dbglog+= py26-dbglog>=1.5.0
|
|
BUILDLINK_PKGSRCDIR.py26-dbglog?= ../../wip/py-dbglog
|
|
|
|
.include "../../wip/libdbglog/buildlink3.mk"
|
|
.endif # PY26_DBGLOG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py26-dbglog
|