summaryrefslogtreecommitdiff
path: root/x11-toolkits/rubygem-poppler/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-09 18:49:19 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-09 18:49:19 +0000
commit5e23d3cda5271b5fea15510b8732b8004363eeff (patch)
treec9a47072960b5b3d5706b6559f850ad2624ddca9 /x11-toolkits/rubygem-poppler/Makefile
parent- Update to 1.16.1 (diff)
Ruby/Poppler is a Ruby binding for Poppler.
WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173376 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes: svn path=/head/; revision=320388
Diffstat (limited to 'x11-toolkits/rubygem-poppler/Makefile')
-rw-r--r--x11-toolkits/rubygem-poppler/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile
new file mode 100644
index 000000000000..da5ccec1a235
--- /dev/null
+++ b/x11-toolkits/rubygem-poppler/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= poppler
+PORTVERSION= 2.0.2
+CATEGORIES= x11-toolkits rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby binding for Poppler
+
+RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
+LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>