aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-objectdetect/Makefile
blob: 91f7ffdec474fc61a21ce475e47ae3faa33a9def (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: TAKATSU Tomonari <tota@rtfm.jp>

PORTNAME=	objectdetect
PORTVERSION=	0.0.3
PORTREVISION=	11
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Simple library for detecting objects in pictures

LICENSE=	MIT

BROKEN=		OpenCV4 no longer ships OpencCV-1.0 headers

LIB_DEPENDS=	libopencv_video.so:graphics/opencv

USE_RUBY=	yes
USES=		gem pkgconfig

post-patch:
	${REINPLACE_CMD} -E 's|(objectdetect)|\1/version|' ${WRKSRC}/test/test_helper.rb

.include <bsd.port.mk>