8be2579795
PR: 156483 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
29 lines
662 B
Makefile
29 lines
662 B
Makefile
# Ports collection makefile for: rubygem-image_science
|
|
# Date created: 5 Dec 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= image_science
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Ruby library that generates thumbnails
|
|
|
|
RUN_DEPENDS= rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe \
|
|
freeimage>=3.12.0:${PORTSDIR}/graphics/freeimage \
|
|
rubygem-inline>=3.8.5:${PORTSDIR}/devel/rubygem-inline
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/image_science_thumb
|
|
|
|
.include <bsd.port.mk>
|