git: 28173920f6a0 - main - devel/py-pybind11: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 08:40:03 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=28173920f6a01a5fc951db1862f4c23b50f12514
commit 28173920f6a01a5fc951db1862f4c23b50f12514
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-04-29 07:08:46 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-04-29 08:39:49 +0000
devel/py-pybind11: Update WWW
---
devel/py-pybind11/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-pybind11/Makefile b/devel/py-pybind11/Makefile
index 4e28fcfba65e..582cee5f3caf 100644
--- a/devel/py-pybind11/Makefile
+++ b/devel/py-pybind11/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Seamless interoperability between C++11 and Python
-WWW= https://github.com/pybind/pybind11
+WWW= https://pybind11.readthedocs.io/en/stable/ \
+ https://github.com/pybind/pybind11
LICENSE= BSD3CLAUSE