blob: fbc3ff65d1166b06f16bf63db8adc5d7b553c958 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rubygem-objectdetect
# Date created: 2008-11-25
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= objectdetect
PORTVERSION= 0.0.3
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= tota@rtfm.jp
COMMENT= A simple library for detecting objects in pictures
LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|