summaryrefslogtreecommitdiff
path: root/textproc/ruby-rexml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-rexml/Makefile')
-rw-r--r--textproc/ruby-rexml/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile
new file mode 100644
index 00000000000..0cd40ec3a11
--- /dev/null
+++ b/textproc/ruby-rexml/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/26 16:16:51 taca Exp $
+#
+
+DISTNAME= rexml_2.4.8
+PKGNAME= ${RUBY_PKGNAMEPREFIX}rexml-2.4.8
+WRKSRC= ${WRKDIR}/rexml
+CATEGORIES= textproc
+MASTER_SITES= http://www.germane-software.com/archives/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rasputin@idoru.mine.nu
+HOMEPAGE= http://www.germane-software.com/software/rexml/
+COMMENT= Pure Ruby XML parser based on Java Electric XML
+
+USE_RUBY= yes
+NO_BUILD= yes
+
+do-install:
+ cd ${WRKSRC}; ${RUBY} bin/install.rb
+ ${CP} -r ${WRKDIR}/rexml/docs ${RUBY_DOCDIR}/rexml
+ ${CP} -r ${WRKDIR}/rexml/doc ${RUBY_DOCDIR}/rexml/api
+ ${CHMOD} -R -w ${RUBY_DOCDIR}/rexml
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"