pkgsrc/textproc/ruby-plist/Makefile
ahoka 70e05ac8e0 Import ruby18-plist-3.0.0 as textproc/ruby-plist.
Plist is a library to manipulate Property List files, also known as plists. It
can parse plist files into native Ruby data structures as well as generating
new plist files from your Ruby objects.
2008-08-22 15:39:43 +00:00

14 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 15:39:43 ahoka Exp $
DISTNAME= plist-3.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://plist.rubyforge.org/
COMMENT= Manipulate Property List files
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"