ports/devel/py-pybind11210/Makefile
Po-Chuan Hsieh 29f25e627e
devel/py-pybind11210: Add py-pybind11210 2.10.4
pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its goals
and syntax are similar to the excellent Boost.Python library by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.
2023-08-17 02:25:05 +08:00

25 lines
594 B
Makefile

PORTNAME= pybind11
PORTVERSION= 2.10.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 210
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Seamless operability between C++11 and Python
WWW= https://github.com/pybind/pybind11
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
PORTSCOUT= limit:^2\.10\.
.include <bsd.port.mk>