summaryrefslogtreecommitdiff
path: root/textproc/ruby-plist/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-08-22 15:39:43 +0000
committerahoka <ahoka@pkgsrc.org>2008-08-22 15:39:43 +0000
commit0f967aafb4147b09a30a71a8b03760379f1111d6 (patch)
treef9ebee308640f89ee3a5a54f1e9536ea0b7a2823 /textproc/ruby-plist/Makefile
parentc3f1c71dce82500f7c1f89b615cedf332925e23d (diff)
downloadpkgsrc-0f967aafb4147b09a30a71a8b03760379f1111d6.tar.gz
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.
Diffstat (limited to 'textproc/ruby-plist/Makefile')
-rw-r--r--textproc/ruby-plist/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/ruby-plist/Makefile b/textproc/ruby-plist/Makefile
new file mode 100644
index 00000000000..d123ec29dac
--- /dev/null
+++ b/textproc/ruby-plist/Makefile
@@ -0,0 +1,14 @@
+# $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"