freebsd-ports/devel/py-pybind11/Makefile
Yuri Victorovich 159ab7a27b devel/{,py-}pybind11: Update 2.11.0 → 2.11.1
Reported by:	portscout
2023-07-18 00:45:07 -07:00

21 lines
463 B
Makefile

PORTNAME= pybind11
DISTVERSION= 2.11.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Seamless interoperability between C++11 and Python
WWW= https://github.com/pybind/pybind11
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>