aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-11 11:52:03 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-11 11:52:03 +0000
commit2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565 (patch)
treeb5520c910e462c183d3d0cb92a690edb85f0179f
parent5404a141012608e6364b49f251e9ad6d66b7043f (diff)
downloadports-2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565.tar.gz
ports-2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565.zip
devel/oniguruma: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/oniguruma/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 09cc06197f52..033ce856fd72 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -11,7 +11,7 @@ COMMENT= Regular expressions library compatible with POSIX/GNU/Perl
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf pathfix libtool # configure provided in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
+USES= autoreconf cpe pathfix libtool # configure provided in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
USE_GITHUB= yes
GH_ACCOUNT= kkos
GNU_CONFIGURE= yes
@@ -21,6 +21,7 @@ USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_WRKSRC= ${WRKSRC}/test
TEST_TARGET= test
+CPE_VENDOR= oniguruma_project
OPTIONS_DEFINE= STATISTICS DOCS EXAMPLES
STATISTICS_DESC= Take matching time statistical data (debug feature)