diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-weakref2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pecl-weakref2/Makefile b/devel/pecl-weakref2/Makefile index 9f17f0eb51ca..cc6a33d9ec63 100644 --- a/devel/pecl-weakref2/Makefile +++ b/devel/pecl-weakref2/Makefile @@ -12,8 +12,11 @@ COMMENT= PECL Weakref extension LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= PHP 7.2 extension +EXPIRATION_DATE= 2020-12-31 + USES= php:pecl -IGNORE_WITH_PHP= 73 74 +IGNORE_WITH_PHP= 73 74 80 CONFLICTS= pecl-weakref-1* |