aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:00:55 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:28:40 +0000
commit65036317dd715555a351b2c48ed41e0ec7d79822 (patch)
tree7bddcee3468a175d0fc91e027722bfedc8f93f16
parent1e3f64ec2baecc23418adddba5b155c0268bf612 (diff)
downloadports-65036317dd715555a351b2c48ed41e0ec7d79822.tar.gz
ports-65036317dd715555a351b2c48ed41e0ec7d79822.zip
databases/R-cran-RMySQL: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--databases/R-cran-RMySQL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile
index de1d85c84485..a8a9edbf52dd 100644
--- a/databases/R-cran-RMySQL/Makefile
+++ b/databases/R-cran-RMySQL/Makefile
@@ -14,6 +14,8 @@ CRAN_DEPENDS= R-cran-DBI>=0.4:databases/R-cran-DBI
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
-USES= cran:auto-plist,compiles mysql
+USES= cpe cran:auto-plist,compiles mysql
+
+CPE_VENDOR= r-consortium
.include <bsd.port.mk>