d8b2b73acc
A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.
13 lines
354 B
Makefile
13 lines
354 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 09:28:50 adam Exp $
|
|
|
|
BUILDLINK_TREE+= py-cppy
|
|
|
|
.if !defined(PY_CPPY_BUILDLINK3_MK)
|
|
PY_CPPY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_DEPMETHOD.py-cppy?= build
|
|
BUILDLINK_API_DEPENDS.py-cppy+= ${PYPKGPREFIX}-cppy>=1.1.0
|
|
BUILDLINK_PKGSRCDIR.py-cppy?= ../../devel/py-cppy
|
|
.endif # PY_CPPY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-cppy
|