15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2011/05/27 03:49:58 schnoebe Exp $
|
|
|
|
BUILDLINK_TREE+= py-construct
|
|
|
|
.if !defined(PY_CONSTRUCT_BUILDLINK3_MK)
|
|
PY_CONSTRUCT_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-construct+= ${PYPKGPREFIX}-construct>=2.04
|
|
BUILDLINK_PKGSRCDIR.py-construct?= ../../wip/py-construct
|
|
|
|
.endif # PY_CONSTRUCT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-construct
|