From 954295667fabfa4ed2fe31a5444154778a33452e Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 4 Apr 2008 15:22:29 +0000 Subject: Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt. Ruby/XSLT is a simple XSLT class based on libxml and libxslt . --- textproc/ruby-xslt/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 textproc/ruby-xslt/Makefile (limited to 'textproc/ruby-xslt/Makefile') diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile new file mode 100644 index 00000000000..295096790e6 --- /dev/null +++ b/textproc/ruby-xslt/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:22:29 jlam Exp $ + +DISTNAME= ruby-xslt-0.9.5 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://raa.ruby-lang.org/project/ruby-xslt/ +COMMENT= Ruby wrapper classes for libxslt + +GEM_BUILD= gemspec +CONFIGURE_ARGS= --with-xslt-dir=${BUILDLINK_PREFIX.libxslt} + +.include "../../misc/rubygems/rubygem.mk" + +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3