diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 23:30:06 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 23:30:06 +0200 |
commit | e5b410c2c51cab4c1d18c7f605d0a8faa7a5137f (patch) | |
tree | 0da4c47d7cb43de01e68a5ced8afb6eaa550913f /databases/py-asyncpg | |
parent | databases/puppetdb7: Add CPE information (diff) |
databases/py-asyncpg: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'databases/py-asyncpg')
-rw-r--r-- | databases/py-asyncpg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |