1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

devel/oniguruma: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-09-11 11:52:03 +00:00
parent 5404a14101
commit 2b206948bb
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -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)