summaryrefslogtreecommitdiff
path: root/textproc/ruby-syntax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-syntax/Makefile')
-rw-r--r--textproc/ruby-syntax/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ruby-syntax/Makefile b/textproc/ruby-syntax/Makefile
new file mode 100644
index 00000000000..23797114b12
--- /dev/null
+++ b/textproc/ruby-syntax/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/24 10:48:11 minskim Exp $
+
+DISTNAME= syntax-1.0.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/4952/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://syntax.rubyforge.org/
+COMMENT= Ruby lexical analysis framework
+
+USE_LANGUAGES= # none
+USE_RUBY_SETUP= yes
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"