summaryrefslogtreecommitdiff
path: root/www/ruby-tmpl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-tmpl/Makefile')
-rw-r--r--www/ruby-tmpl/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/ruby-tmpl/Makefile b/www/ruby-tmpl/Makefile
new file mode 100644
index 000000000000..de3aede50485
--- /dev/null
+++ b/www/ruby-tmpl/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ruby-tmpl
+# Date created: 2001-08-22
+# Whom: Sean Chittenden <sean@chittenden.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tmpl
+PORTVERSION= 0.2.2
+CATEGORIES= www textproc ruby
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ruby-${PORTNAME}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ruby
+
+MAINTAINER= sean@chittenden.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+do-install:
+ cd ${WRKSRC} && ${RUBY} install.rb
+
+.include <bsd.port.mk>