diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2024-02-29 20:25:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2024-02-29 20:26:10 +0000 |
commit | 7f217e24f2322373d049cd067cb720bde35097da (patch) | |
tree | 0f63172e66781685357bbf694a151fb8132d8200 | |
parent | 552266cdfd5186288320712f3b295211304faa5c (diff) | |
download | ports-7f217e24f2322373d049cd067cb720bde35097da.tar.gz ports-7f217e24f2322373d049cd067cb720bde35097da.zip |
devel/pcre: mark DEPRECATED as EOLed by upstream
Reported by: bapt
-rw-r--r-- | devel/pcre/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index ba8dc4ed5d90..a1b75297c979 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -12,6 +12,8 @@ WWW= https://www.pcre.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE +DEPRECATED= EOLed by upstream, use devel/pcre2 instead + USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2 USES_powerpc= compiler:c++11-lang USES_powerpc64= compiler:c++11-lang |