freebsd-ports/textproc/rubygem-xml-simple/Makefile
Philip M. Gollucci 77cb81877b Class XmlSimple offers an easy API to read and write XML. It is a Ruby
translation of Grant McLean's Perl module XML::Simple. Simply put,
it automatically converts XML documents into a Ruby Hash.

WWW: http://rubyforge.org/projects/xml-simple

Sponsored by:   RideCharge Inc.
2009-04-22 04:35:59 +00:00

19 lines
379 B
Makefile

# Ports collection makefile for: rubygem-xml-simple
# Date created: 21 April 2009
# Whom: pgollucci@p6m7g8.com
#
# $FreeBSD$
PORTNAME= xml-simple
PORTVERSION= 1.0.12
CATEGORIES= textproc rubygems
MASTER_SITES= RF
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A ruby take off of p5-XML-Simple
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>