summaryrefslogtreecommitdiff
path: root/textproc/ruby-escape/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-escape/Makefile')
-rw-r--r--textproc/ruby-escape/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/ruby-escape/Makefile b/textproc/ruby-escape/Makefile
new file mode 100644
index 00000000000..38d0f3e39ea
--- /dev/null
+++ b/textproc/ruby-escape/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/25 02:12:50 obache Exp $
+#
+
+DISTNAME= escape-0.2
+CATEGORIES= textproc
+MASTER_SITES= http://www.a-k-r.org/escape/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.a-k-r.org/escape/
+COMMENT= HTML/URI/shell escaping utilities for Ruby
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+USE_RUBY_INSTALL= yes
+NO_BUILD= yes
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"