git: e5b410c2c51c - main - databases/py-asyncpg: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:31:47 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b410c2c51cab4c1d18c7f605d0a8faa7a5137f commit e5b410c2c51cab4c1d18c7f605d0a8faa7a5137f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:06 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:06 +0000 databases/py-asyncpg: Add CPE information Approved by: portmgr (blanket) --- databases/py-asyncpg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-asyncpg/Makefile b/databases/py-asyncpg/Makefile index 06fa632fd16b..bbb027aceb99 100644 --- a/databases/py-asyncpg/Makefile +++ b/databases/py-asyncpg/Makefile @@ -12,7 +12,8 @@ COMMENT= High performance PostgreSQL Client Library for Python/asyncio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pgsql:9.2+ python:3.6+ +USES= cpe pgsql:9.2+ python:3.6+ +CPE_VENDOR= magic USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS