80f7a0af11
- Mark some additional ports to IGNORE with the upcoming php DEFAULT php80 [1] PR: 260595 [1] Reported by: portmgr (exp-run) [1] Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts
28 lines
556 B
Makefile
28 lines
556 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= facedetect
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Face detection extension for PHP using OpenCV library
|
|
|
|
LICENSE= PHP30
|
|
|
|
LIB_DEPENDS= libopencv_objdetect.so:graphics/opencv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= infusion
|
|
GH_PROJECT= PHP-Facedetect
|
|
GH_TAGNAME= 2a8974b
|
|
|
|
LIBS+= -lopencv_core
|
|
|
|
USES= compiler:c11 localbase php:ext pkgconfig
|
|
IGNORE_WITH_PHP= 81
|
|
|
|
CONFIGURE_ARGS+= --with-facedetect
|
|
|
|
.include <bsd.port.mk>
|