1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/rubygem-objectdetect/Makefile
TAKATSU Tomonari 31312031f0 - Add LICENSE
- Drop MD5 checksum from distinfo
- Make portlint happy
2010-12-31 06:39:19 +00:00

36 lines
648 B
Makefile

# 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
PORTREVISION= 4
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= A simple library for detecting objects in pictures
LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.include <bsd.port.post.mk>