diff --git a/www/py-google-cloud-audit-log/Makefile b/www/py-google-cloud-audit-log/Makefile index fd9dfb55f22d..3050879e1f01 100644 --- a/www/py-google-cloud-audit-log/Makefile +++ b/www/py-google-cloud-audit-log/Makefile @@ -1,25 +1,27 @@ PORTNAME= google-cloud-audit-log PORTVERSION= 0.3.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= google_cloud_audit_log-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Cloud Audit Protos -WWW= https://github.com/googleapis/python-audit-log +WWW= https://cloud.google.com/python/docs/reference/auditlog/latest \ + https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log \ + https://github.com/googleapis/google-cloud-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include