d7e052c7b9
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>
21 lines
415 B
Makefile
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>
|