aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rubygem-pango/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/rubygem-pango/Makefile')
-rw-r--r--x11-toolkits/rubygem-pango/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile
new file mode 100644
index 00000000000..7662ff8070e
--- /dev/null
+++ b/x11-toolkits/rubygem-pango/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= pango
+PORTVERSION= 2.0.2
+CATEGORIES= x11-toolkits rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby binding for Pango
+
+RUN_DEPENDS= rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
+ rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+
+USE_GNOME= pango
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>