aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-04-22 02:52:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-04-22 02:52:48 +0800
commiteb2087353d104cc9483386e779d37982e6de88cc (patch)
treea87f43f1d595e215e0e8bd1f322857a9b2533e1e /graphics
parent6b938a51f3e89555c86e9bbab7c6cced90f71851 (diff)
downloadfreebsd-ports-gnome-eb2087353d104cc9483386e779d37982e6de88cc.tar.gz
freebsd-ports-gnome-eb2087353d104cc9483386e779d37982e6de88cc.tar.zst
freebsd-ports-gnome-eb2087353d104cc9483386e779d37982e6de88cc.zip
- Update RUN_DEPENDS
- Move LICENSE upward - Bump PORTREVISION for dependency change
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rubygem-image_science/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/rubygem-image_science/Makefile b/graphics/rubygem-image_science/Makefile
index 3c3ace255b90..72fbb25fd15d 100644
--- a/graphics/rubygem-image_science/Makefile
+++ b/graphics/rubygem-image_science/Makefile
@@ -3,19 +3,21 @@
PORTNAME= image_science
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library that generates thumbnails
-RUN_DEPENDS= rubygem-inline>=3.9:${PORTSDIR}/devel/rubygem-inline
+LICENSE= MIT
-LICENSE= MIT
+RUN_DEPENDS= rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/image_science_thumb
.include <bsd.port.mk>