summaryrefslogtreecommitdiff
path: root/textproc/ruby-html-template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-html-template/Makefile')
-rw-r--r--textproc/ruby-html-template/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/textproc/ruby-html-template/Makefile b/textproc/ruby-html-template/Makefile
deleted file mode 100644
index 1b7350f59195..000000000000
--- a/textproc/ruby-html-template/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= html-template
-PORTVERSION= 0.16
-CATEGORIES= textproc www ruby
-MASTER_SITES= http://shebang.jp/src/ruby/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ruby library to use HTML as a template file from CGI scripts
-
-BROKEN= Not stage friendly, no more public distfiles
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-
-DOCS_EN= ChangeLog \
- README \
- html-template.rd
-DOCS_JA= html-template.ja.rd
-
-NO_STAGE= yes
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${CP} -R ${WRKSRC}/example/ ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>