aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:38 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:38 +0000
commit1bc45e11ea859e8de09813e043daedc8932c4f16 (patch)
tree36ba3653f897a11cc4212640df8e1876eccfb401
parent633eed94221ba3fa386027078e6de06789869717 (diff)
downloadports-1bc45e11ea859e8de09813e043daedc8932c4f16.tar.gz
ports-1bc45e11ea859e8de09813e043daedc8932c4f16.zip
devel/py-avro: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/py-avro/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-avro/Makefile b/devel/py-avro/Makefile
index 50cdb5c210c3..4211f00ff207 100644
--- a/devel/py-avro/Makefile
+++ b/devel/py-avro/Makefile
@@ -12,7 +12,8 @@ COMMENT= Data serialization system for python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/avro/LICENSE
-USES= python:3.6+
+USES= cpe python:3.6+
+CPE_VENDOR= apache
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes