freebsd-ports/textproc/rubygem-libxml-ruby/Makefile
Steve Wills d7e052c7b9 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>
2012-08-18 16:38:53 +00:00

21 lines
415 B
Makefile

# 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>