diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index 391e3f595d0a..06649283ead8 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -1,22 +1,24 @@ PORTNAME= objectdetect PORTVERSION= 0.0.3 PORTREVISION= 13 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= Simple library for detecting objects in pictures WWW= https://rubygems.org/gems/objectdetect LICENSE= MIT BROKEN= OpenCV4 no longer ships OpencCV-1.0 headers +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 LIB_DEPENDS= libopencv_video.so:graphics/opencv USES= gem pkgconfig post-patch: ${REINPLACE_CMD} -E 's|(objectdetect)|\1/version|' ${WRKSRC}/test/test_helper.rb .include