21 lines
441 B
Makefile
21 lines
441 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= image_science
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
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>
|