pkgsrc/textproc/ruby-plist/Makefile
taca 1d67f4e058 Update ruby-plist to 3.2.0.
* Updated dprecated File.exists? to File.exist?
* Updated README.rdoc 'Apple Computer' -> 'Apple'
* Fixed defect in PData in which exception was thrown when <data/> element
  was read from plist.
* guard against not being able to load rdoc tasks
* Fix typo in comment
* Remove 'Computer' from 'Apple Computer' string in plist files ;-)
* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and
  string hash keys.
2016-03-15 15:55:42 +00:00

12 lines
299 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/03/15 15:55:42 taca Exp $
DISTNAME= plist-3.2.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bleything/plist
COMMENT= Manipulate Property List files
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"