# $NetBSD: Makefile,v 1.20 2024/04/06 06:34:39 wiz Exp $ DISTNAME= pybind11-2.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybind11/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pybind/pybind11 COMMENT= Seamless operability between C++11 and Python LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pybind11-config pybind11-config-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"