aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:06 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:06 +0000
commite5b410c2c51cab4c1d18c7f605d0a8faa7a5137f (patch)
tree0da4c47d7cb43de01e68a5ced8afb6eaa550913f
parentb5489e01933add66c5818b3a02680faeca747bc4 (diff)
downloadports-e5b410c2c51cab4c1d18c7f605d0a8faa7a5137f.tar.gz
ports-e5b410c2c51cab4c1d18c7f605d0a8faa7a5137f.zip
databases/py-asyncpg: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--databases/py-asyncpg/Makefile3
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