From 008ccef274d2fc41e5fdca210c7269ae1ef13348 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 21 Feb 2001 04:38:19 +0000 Subject: Add ruby-erb, another eRuby implementation which can be invoked from within a script. --- textproc/ruby-erb/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 textproc/ruby-erb/Makefile (limited to 'textproc/ruby-erb/Makefile') diff --git a/textproc/ruby-erb/Makefile b/textproc/ruby-erb/Makefile new file mode 100644 index 000000000000..75a9b3873226 --- /dev/null +++ b/textproc/ruby-erb/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: Ruby-ERb +# Date created: 21 February 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= erb +PORTVERSION= 1.3.3 +CATEGORIES= textproc ruby +MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_RUBY= yes + +NO_BUILD= yes + +post-extract: + ${MKDIR} ${WRKSRC}/sample/ja + ${MV} ${WRKSRC}/sample/sample.rhtml ${WRKSRC}/sample/ja + +post-patch: + ${RUBY} -i -pe '$$. == 1 and $$_ = "#!${RUBY}\n" + $$_' \ + ${WRKSRC}/lib/erb/erb.rb + +do-install: + @cd ${WRKSRC}; \ + ${RUBY} install.rb + ${LN} -s ${RUBY_SITELIBDIR}/erb/erb.rb ${PREFIX}/bin/erb +.if !defined(NOPORTDOCS) + ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/erb/ +.endif + +.include -- cgit v1.2.3