2013-03-02 22:01:58 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@rtfm.jp>
|
2008-11-29 21:20:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= objectdetect
|
|
|
|
PORTVERSION= 0.0.3
|
2017-04-14 07:30:25 +02:00
|
|
|
PORTREVISION= 9
|
2008-11-29 21:20:00 +01:00
|
|
|
CATEGORIES= graphics rubygems
|
2013-05-05 01:10:25 +02:00
|
|
|
MASTER_SITES= RG
|
2008-11-29 21:20:00 +01:00
|
|
|
|
2010-05-29 05:34:31 +02:00
|
|
|
MAINTAINER= tota@FreeBSD.org
|
2013-05-05 01:10:25 +02:00
|
|
|
COMMENT= Simple library for detecting objects in pictures
|
2008-11-29 21:20:00 +01:00
|
|
|
|
2010-12-31 07:39:19 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2017-04-14 07:30:25 +02:00
|
|
|
LIB_DEPENDS= libopencv_legacy.so:graphics/opencv
|
2013-05-05 01:10:25 +02:00
|
|
|
|
2008-11-29 21:20:00 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem pkgconfig
|
2008-11-29 21:20:00 +01:00
|
|
|
|
2013-05-05 01:10:25 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -E 's|(objectdetect)|\1/version|' ${WRKSRC}/test/test_helper.rb
|
|
|
|
|
2015-04-03 13:26:48 +02:00
|
|
|
.include <bsd.port.mk>
|