aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-libxml-ruby
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-08-18 16:38:53 +0000
committerSteve Wills <swills@FreeBSD.org>2012-08-18 16:38:53 +0000
commitd7e052c7b9c37baed3350815c02a1895d79f5b94 (patch)
tree5907c10bf8f2f9afe1bcba1715e2518db3689da7 /textproc/rubygem-libxml-ruby
parente01236028dbcddec310f2d466044405abeb8304c (diff)
downloadports-d7e052c7b9c37baed3350815c02a1895d79f5b94.tar.gz
ports-d7e052c7b9c37baed3350815c02a1895d79f5b94.zip
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License. WWW: http://rubygems.org/gems/libxml-ruby PR: ports/170529 Submitted by: Michael Schout <mschout@gkg.net>
Notes
Notes: svn path=/head/; revision=302726
Diffstat (limited to 'textproc/rubygem-libxml-ruby')
-rw-r--r--textproc/rubygem-libxml-ruby/Makefile21
-rw-r--r--textproc/rubygem-libxml-ruby/distinfo2
-rw-r--r--textproc/rubygem-libxml-ruby/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile
new file mode 100644
index 000000000000..9f6323e82db1
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: rubygem-libxml-ruby
+# Date created: 08 Aug 2012
+# Whom: Michael Schout <mschout@gkg.net>
+#
+# $FreeBSD$
+
+PORTNAME= libxml-ruby
+PORTVERSION= 2.3.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby bindings for the GNOME Libxml2 toolkit
+
+USE_GNOME= libxml2
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-libxml-ruby/distinfo b/textproc/rubygem-libxml-ruby/distinfo
new file mode 100644
index 000000000000..80ecc42b8cc5
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/libxml-ruby-2.3.3.gem) = 4a3343fcff372a75020b15c521ae89586771eaed8d9497d9c6c606de8c1c825a
+SIZE (rubygem/libxml-ruby-2.3.3.gem) = 250368
diff --git a/textproc/rubygem-libxml-ruby/pkg-descr b/textproc/rubygem-libxml-ruby/pkg-descr
new file mode 100644
index 000000000000..0607be24c1ea
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/pkg-descr
@@ -0,0 +1,4 @@
+The Libxml-Ruby project provides Ruby language bindings for the GNOME
+Libxml2 XML toolkit. It is free software, released under the MIT License.
+
+WWW: http://rubygems.org/gems/libxml-ruby