security/p5-Crypt-X509: configure portscout

Add PORTSCOUT variable to prevent false positives from portscout.
At present portscout discovers pre-historic versions as here:
https://portscout.freebsd.org/svysh.fbsd@gmail.com.html

PR:		271660
Reported by:	svysh.fbsd@gmail.com (maintainer)
2023Q3
Sergei Vyshenski 2023-05-29 08:35:16 +02:00 committed by Fernando Apesteguía
parent a9ebadd7e8
commit 8cb2876b3f
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= openxpki
USE_PERL5= configure
NO_ARCH= yes
PORTSCOUT= limit:v?([0-9]+\.)+[0-9]+ \
site:https://github.com/openxpki/Crypt-X509/tags
.include <bsd.port.mk>