bdd50eb867
changes: added the %UnitPostIncludeCode directive /KeepReference/ will now accept a key to track when the same object is passed to more than one method operator() and __call__() can now accept keyword arguments added support for Python v3.2 pkgsrc note: runtime API changed, client pkgs need to be rebuilt
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2010/09/02 09:18:10 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= py-sip
|
|
|
|
.if !defined(PY_SIP_BUILDLINK3_MK)
|
|
PY_SIP_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.11
|
|
BUILDLINK_PKGSRCDIR.py-sip?= ../../x11/py-sip
|
|
.endif # PY_SIP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-sip
|