aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-image_science/Makefile
blob: 1fded6173379f04a1d2a16ffddfe76e1c1524f9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=	image_science
PORTVERSION=	1.2.5
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsdports@chillibear.com
COMMENT=	Ruby library that generates thumbnails

RUN_DEPENDS=	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>