diff --git a/devel/pybind11/Makefile b/devel/pybind11/Makefile index 53405f191aa2..314aa6be10a1 100644 --- a/devel/pybind11/Makefile +++ b/devel/pybind11/Makefile @@ -1,25 +1,25 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v DISTVERSION= 2.10.0 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org COMMENT= Seamless interoperability between C++11 and Python (cmake part) -WWW= https://github.com/wjakob/pybind11 +WWW= https://pybind11.readthedocs.io/en/stable/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= pybind CMAKE_OFF= PYBIND11_TEST CMAKE_TESTING_ON= PYBIND11_TEST # one test is known to fail: https://github.com/pybind/pybind11/issues/3537 CMAKE_TESTING_TARGET= pytest NO_ARCH= yes .include